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

OP::Float - Overloaded object class for floating point numbers

DESCRIPTION

Extends OP::Num.

SYNOPSIS

  use OP::Float;

  my $float = OP::Float->new(22/7);

SEE ALSO

This file is part of OP.