NAME
CORBA::MICO::LongDouble - Long double arithmetic for CORBA.
SYNOPSIS
use CORBA:::MICO;
$a = new CORBA::LongDouble "12345678.912345";
print $a - 1000 # produces "1.23446789121345e7"
DESCRIPTION
CORBA::MICO::LongDouble implements the package CORBA::LongDouble. The range of values of a CORBA::LongDouble is exactly that of your C compiler's long double type.
Aside from overloaded +
, -
, *
, /
, <=
>, abs
, neg
, and ""
operations, CORBA::MICO::LongDouble
provides the following method:
AUTHOR
Owen Taylor <otaylor@gtk.org>
SEE ALSO
perl(1).