home *** CD-ROM | disk | FTP | other *** search
- <!--- This shows the use of Pi --->
-
- <HTML>
-
- <HEAD>
- <TITLE>
- Pi Example
- </TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>Pi Example</H3>
-
-
- Returns the number
- <CFOUTPUT>
- #NumberFormat(Pi(), '_._______________')#
- </CFOUTPUT>, the
- mathematical constant pi, accurate to 15 digits.
-
- </BODY>
-
- </HTML>
-