mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[poincare] Change name: evaluate->approximate
Change-Id: I649a7c640190713dcf063a4148decd6038e62796
This commit is contained in:
@@ -267,7 +267,7 @@ bool Sequence::isEmpty() {
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
T Sequence::templatedEvaluateAtAbscissa(T x, Poincare::Context * context) const {
|
||||
T Sequence::templatedApproximateAtAbscissa(T x, Poincare::Context * context) const {
|
||||
T n = std::round(x);
|
||||
switch (m_type) {
|
||||
case Type::Explicite:
|
||||
|
||||
Reference in New Issue
Block a user