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.