http://qs321.pair.com?node_id=11138842


in reply to Re^8: Anyone with XS experience willing to create a high performance data type for Perl?
in thread Anyone with XS experience willing to create a high performance data type for Perl?

To me, the order of magnitude answers the question "What's the exponent?". For 99, the exponent's 1; for 100, the exponent's 2. That's it.

Alex / talexb / Toronto

Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

  • Comment on Re^9: Anyone with XS experience willing to create a high performance data type for Perl?

Replies are listed 'Best First'.
Re^10: Anyone with XS experience willing to create a high performance data type for Perl?
by jdporter (Paladin) on Nov 15, 2021 at 19:07 UTC

    That's a bit of a problem, assuming you're talking about scientific notation.

    99 is 9.9e1, 100 is 1e2, yet they're the same order of magnitude.

    Taking the log10 of the number is better.