Returns the number 3.14159265358979, the mathematical constant , accurate to 15 digits.
See also ASin, Cos, Sin, and Tan.
Pi()
<!--- This shows the use of Pi ---> <HTML> <HEAD> <TITLE> Pi Example </TITLE> </HEAD> <BODY> <H3>Pi Example</H3> Returns the number <CFOUTPUT> #NumberFormat(Pi(), `_._______________')# </CFOUTPUT>, the mathematical constant pi, accurate to 15 digits. </BODY> </HTML>