Type Float - leonard-thieu/monkey GitHub Wiki

The built-in float type.

Module: monkey.lang

Description

The Float type is a fundamental monkey type used to represent floating point values.

Please see the Types section of the monkey language reference for more information on the float type.

See also