index Zimbu documentation

MODULE FLOAT @public

summary

     

Methods for the builtin float type.

CLASS  float @public  The builtin type float.
 
float  max @public  Maximum value of a float, used for overflow.
float  pi @public  The value of PI
float  e @public  The value of e
 

members (alphabetically)

     

float e @public

     

The value of e

Used as T.float.e

float max @public

     

Maximum value of a float, used for overflow.

Used as T.float.max

Note that this prints as "inf".

float pi @public

     

The value of PI

Used as T.float.pi

license

      Copyright 2014 Bram Moolenaar All Rights Reserved.

      Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0