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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-10-08
|
310 b
|
25 lines
<!--- 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>