pi

Ratio of circle's circumference to its diameter.

Syntax

  • pi

Description

pi eturns the floating-point number nearest the value of π .

Examples

cos(pi)
sin(pi)
4*atan(1) == pi

See also

cos, sin, atan.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET