Pi
Last updated
Was this helpful?
Returns the mathmatical constant Pi accurate to 15 digits
Pi()This function does not accept any arguments
pi();
Result: 3.141592653589793238462643383279503
numberFormat( pi(), "0.000000000000000" );
Result: 3.141592653589793
After 15th digit CF outputs 0's
Result: 3.1415926535897932385
Last updated
Was this helpful?
Was this helpful?
numberFormat( pi(), "0.0000000000000000000" );
<bx:output>#pi()#</bx:output>