PI

From Mesham
Revision as of 12:55, 13 January 2013 by Polas (talk | contribs)
Jump to navigationJump to search

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>
var a:=pi();