mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/graph] Use the poincare derivative calculation to compute function
derivative Change-Id: I2b4d9b443935ad789e898e253a22f9d2ab652b6a
This commit is contained in:
@@ -5,7 +5,6 @@ class Constant {
|
||||
public:
|
||||
constexpr static int FloatBufferSizeInScientificMode = 14;
|
||||
constexpr static int NumberOfDigitsInMantissaInScientificMode = 7;
|
||||
constexpr static int NumberOfDigitsInMantissaForDerivativeNumberInScientificMode = 3;
|
||||
constexpr static int FloatBufferSizeInDecimalMode = 11;
|
||||
constexpr static int NumberOfDigitsInMantissaInDecimalMode = 4;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user