home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Documentation / snippets / pi.cfm < prev    next >
Encoding:
Text File  |  1998-10-08  |  310 b   |  25 lines

  1. <!--- This shows the use of Pi --->
  2.  
  3. <HTML>
  4.  
  5. <HEAD>
  6. <TITLE>
  7. Pi Example
  8. </TITLE>
  9. </HEAD>
  10.  
  11. <BODY>
  12.  
  13. <H3>Pi Example</H3>
  14.  
  15.  
  16. Returns the number
  17. <CFOUTPUT>
  18. #NumberFormat("#Pi()#", '_._______________')#
  19. </CFOUTPUT>, the
  20. mathematical constant pi, accurate to 15 digits.
  21.  
  22. </BODY>
  23.  
  24. </HTML>       
  25.