dISP
I tested my math routines which have about 60 digits of precision against double
division in a loop from 1 to 100000000 took .383 seconds in double whereas my routines took 260 seconds, that's about 679 times slower
the sin function in a loop from 1 to 10000000 took .45 seconds in double, my routines took 361 seconds, about 802 times slower
I tested my math routines which have about 60 digits of precision against double
division in a loop from 1 to 100000000 took .383 seconds in double whereas my routines took 260 seconds, that's about 679 times slower
the sin function in a loop from 1 to 10000000 took .45 seconds in double, my routines took 361 seconds, about 802 times slower