Adds the constants pi and e to the parser. The values are added as the Math.PI and Math.E values.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public bool AddStandardConstants()
Visual Basic (Declaration)
Public Function AddStandardConstants As Boolean
Visual C++
public:
bool AddStandardConstants()

Return Value

true if successful, false otherwise

See Also