Constant
Pi
Syntax: y = Pi()
Description: Returns the mathematical constant π, accurate to approximately 15 decimal digits: 3.1415926535....
JMP Version Added: Before version 14
Char( Pi(), 5 );
e
Syntax: y = e()
Description: Returns the mathematical constant e, accurate to approximately 15 decimal digits: 2.7182818....
JMP Version Added: Before version 14
Round( e(), 10 );