Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Math

Module Math


Constant pi

constant Math.pi

Description

The constant pi (3.14159265358979323846).


Constant e

constant Math.e

Description

The constant e (2.7182818284590452354).


Constant inf

constant Math.inf

Description

Floating point infinity.


Constant nan

constant Math.nan

Description

Floating point not-a-number (e.g. inf/inf).


Inherit "___"

inherit "___"