This repository was archived by the owner on Jun 1, 2023. It is now read-only.
use arith 'exact'/'fast' #21
Open
Description
New lexical pragma for exact or fast arith, promote to double or bigint? We probably need a PL_hints bit for this, more then for no magic or strict names.
Add a core pragma to select arithmetic overflow semantics.
Overflow to fast NV (double) as with perl5, or to exact bigint/num/rat as with perl6.