in reply to Re^4: Euler's identity in Raku
in thread Euler's identity in Raku
I don't see much point in investigating further when such a minute alteration to the arguments can make such a large relative difference, especially when we consider that the absolute difference is so minute.sisyphus@sisyphus5-desktop:~$ perl -MMath::Complex -E "say sin(pi * 1) +;" 1.22464679914735e-16 sisyphus@sisyphus5-desktop:~$ perl -MMath::Complex -E "say sin(pi * 0. +99999999999999994);" 5.66553889764798e-16
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Euler's identity in Raku
by p6steve (Sexton) on Jun 07, 2021 at 22:02 UTC | |
by syphilis (Archbishop) on Jun 08, 2021 at 01:32 UTC |