Skip to content

Files

Latest commit

 

History

History
31 lines (20 loc) · 429 Bytes

pi.md

File metadata and controls

31 lines (20 loc) · 429 Bytes

PI

Syntax

PI

Description

PI is a math constant, roughly equivalent to 3.141592654..., and it is of type Float

Example

REM Prints PI Value
PRINT "PI = "; PI

Which will print a rounded value of 3.1415927

Remarks

  • This constant is 100% Sinclair BASIC Compatible.

See also