in reply to Re^3: Portability of floor(log(N))
in thread Portability of floor(log(N))
Cheers,$ perl -MPOSIX -le 'print POSIX::floor(POSIX::log10(1e-33) / POSIX::lo +g10(1000));' -11
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Portability of floor(log(N))
by toolic (Bishop) on Mar 14, 2018 at 17:31 UTC | |
by pryrt (Abbot) on Mar 14, 2018 at 18:22 UTC |