James Cloos:
If so, please use something compatable with ieee 754 decimal floats, so
that they can be used when running on hardware which supports them.
Even w/o such hardware, gcc (at least) has support for software
emulation of _Decimal32 and _Decimal64 (and _Decimal128?).
I think there ar
Author: lwall
Date: 2009-08-29 21:06:40 +0200 (Sat, 29 Aug 2009)
New Revision: 28113
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[S03] some tidying of /, %, div, and mod
Modified: docs/Perl6/Spec/S03-operators.pod
===
--- do