NAME
SPVM::Double - Double Utility
CLASS METHODS
MIN_VALUE
sub MIN_VALUE : double ($class : class)
A constant holding the minimum value a double can have, -128
.
MAX_VALUE
sub MAX_VALUE : double ($class : class)
A constant holding the maximum value a double can have, 127
.
SIZE
sub SIZE : int ($class : class)
The number of bits used to represent a double value in two's complement binary form.
BYTES
sub BYTES : int ($class : class)
The number of doubles used to represent a double value in two's complement binary form.