Whatever message this page gives is out now! Go check it out!
Pi()<h3>Pi Example</h3>
<!--- By default, ColdFusion displays only 11 significant digits.
Use NumberFormat to display all 15. --->
The Pi function Returns the number
<cfoutput>
#NumberFormat(Pi(), "_.
")#,
</cfoutput> the mathematical constant pi, accurate to 15 digits.