Main /
Eu-numberCategories: GEN Mathematics eu_number 120K Author: James Cook Date: May 14 2017 https://sourceforge.net/projects/eunumber/files/eunumber.zip/download Bignum math as sequences of digits with exponents. Does addition, multiplication, subtraction, multiplicative inverse (1/x), division, exp, and log. Defaults to length equals 100 for speed, (can be 1000s with base 10), max_radix = 0x800000. Keep in mind to check the exponent and the number. Ported to several different programming languages. May 14: Fixed bug in rounding functions. myeunumber folder is in big-endian. Added little-endian version of myeunumber.e |