PI

From Mesham
Revision as of 22:15, 10 January 2010 by Polas (talk | contribs) (Created page with '== Overview == This pi[] function will return PI. ''Note: The number of significant figures of PI is implementation specific.'' * '''Pass:''' None * '''Returns:''' A double rep…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

var a:=pi[];