in reply to Re: [OT: JavaScript] JS remainder operation ('%')
in thread [OT: JavaScript] JS remainder operation ('%')
How is it possible that the XP of Anonymous Monk is less than that of Vroom ???## try.pl ## use strict; use warnings; use Inline C => <<'EOC'; double foo(double x, double y) { return fmod(x, y); } EOC print foo(900719925474099.7, 2147483647.83); __END__ Outputs: 859064762.882
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: [OT: JavaScript] JS remainder operation ('%')
by choroba (Cardinal) on Jan 17, 2024 at 14:20 UTC |