U Math Library?
Jump to navigation
Jump to search
I'm very interested in what this U library does. Do you have any reference links? I've tried googling but so far have come up short.
Can't wait to see how ScalarN fares in the rumble :)
It's written by me, and not yet open sourced ;)
And it's very simple. Just have a look at Neuromancer.FastMath. U just wrapped similar things in an elegant API ;)
just found a good math library Commons Math3
it has a much better approximation of exp than the look-up-table without memory version, and is still 2x faster than StrictMath