in reply to Re: [OT] Accessing python3's print() of floating point values
in thread [OT] Accessing python3's print() of floating point values
What does your perl6 output for:$ perl6 -e "say 2 ** -1074" Numeric overflow in block <unit> at -e line 1 Actually thrown at: in block <unit> at -e line 1
Does perl6 yet provide "long double" and "__float128" builds ? They are the types I'm currently unable to independently verify.perl6 -e "say 2 ** 0.5"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: [OT] Accessing python3's print() of floating point values
by Anonymous Monk on Jan 21, 2019 at 14:28 UTC | |
by syphilis (Archbishop) on Jan 22, 2019 at 05:24 UTC |