pi
Ratio of circle's circumference to its diameter.
📝
Syntax
pi
📄
Description
pi
returns the floating-point number nearest the value of
π
.
💡
Examples
cos(pi)
sin(pi)
4*atan(1) == pi
🔗
See Also
cos
sin
atan
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub