Programming Thread

Viewing single post

Started by the-pi-guy, Mar 13, 2016, 10:39 PM

previous topic - next topic

the-pi-guy

I know I don't need it, but I really want to set up arbitrarily precise floating point numbers in Unity.

IE floats are 4 bytes and doubles are 8 bytes, but I want 16 bytes and 32 bytes!!!
I really like playing with the bigdecimal class in Java. Although I wish it was a little friendlier.