PI
From Mesham
Jump to navigationJump to searchOverview
This pi() function will return PI. Note: The number of significant figures of PI is implementation specific.
- Pass: None
- Returns: A double representing PI
Example
#include <maths> var a:=pi();