mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 08:55:37 +00:00
pi constant
This commit is contained in:
parent
1d9769adbc
commit
166ed550ae
@ -93,10 +93,13 @@ DECL_STD_FUNC(fmin)
|
||||
// Absolute value
|
||||
DECL_STD_FUNC(fabs)
|
||||
|
||||
// Add standard math functions to a table for the math compiler
|
||||
namespace STDMATH_NAMESPACE
|
||||
{
|
||||
// Add standard math functions to a table for the math compiler
|
||||
void addStdMathFunc(FunctionTable &fTable);
|
||||
|
||||
// Constants
|
||||
const double pi = 3.1415926535897932384626433832795028841970;
|
||||
}
|
||||
|
||||
END_NAMESPACE
|
||||
|
Loading…
Reference in New Issue
Block a user