mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[apps/graph/list] Clean
Change-Id: I49120ceecdf390a5f7cdd91b3f71294ff408e863
This commit is contained in:
@@ -26,8 +26,6 @@ public:
|
||||
float evaluateAtAbscissa(float x, Context * context, Expression::AngleUnit angleUnit) const;
|
||||
float approximateDerivative(float x, Context * context, Expression::AngleUnit angleUnit) const;
|
||||
private:
|
||||
constexpr static float k_epsilon = 0.0001f;
|
||||
constexpr static float k_precision = 0.01f;
|
||||
constexpr static int k_bodyLength = 255;
|
||||
char m_text[k_bodyLength];
|
||||
const char * m_name;
|
||||
|
||||
Reference in New Issue
Block a user