Skip to main content


Emulate JavaScript arithmetic in perl

Changes for 0.04

  • The overloading of '""' (stringification of values held by Math::JS objects) now automaticaly utilizes Math::Ryu if version 0.06 or later of that module is found. Otherwise, sprintf(%.17g, ...) is still used.