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::Double - Scalar-backed overloaded object class for doubles

DESCRIPTION

Functionally the same as OP::Float. Used for differentiating between database-backed datatypes.

Extends OP::Float.

SYNOPSIS

  use OP::Double;

  use bignum; # Optional

  my $double = OP::Double->new("12345678.12345678");

SEE ALSO

This file is part of OP.