The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SPVM::Float - Float Utility

CONSTANT FUNCTIONS

MIN_VALUE

sub MIN_VALUE : float ()

A constant holding the minimum value a float can have, -128.

MAX_VALUE

sub MAX_VALUE : float ()

A constant holding the maximum value a float can have, 127.

SIZE

sub SIZE : int ()

The number of bits used to represent a float value in two's complement binary form.

BYTES

sub BYTES : int ()

The number of floats used to represent a float value in two's complement binary form.

FUNCTIONS