Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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