next up previous

12.5.2.6 Return the Value of ¹

The pi function returns the value of ¹ (3.141592653589793...) as a float.

Syntax

(pi)

Example

CLIPS> (pi)
3.141592653589793
CLIPS>


next up previous