
CORBA::ORBit::LongDouble - Long double arithmetic for CORBA.

use CORBA:::ORBit; $a = new CORBA::LongDouble "12345678.912345"; print $a - 1000 # produces "1.23446789121345e7"

CORBA::ORBit::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::ORBit::LongDouble provides the following method:
creates a new CORBA::LongDouble from a string.

Owen Taylor <otaylor@gtk.org>

perl(1).