Difference between revisions of "PI"
From Mesham
Jump to navigationJump to searchm (5 revisions imported) |
|
(No difference)
| |
Latest revision as of 15:44, 15 April 2019
Overview
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>
function void main() {
var a:=pi();
};
Since: Version 0.41b