Forum Navigation
Reals in tango.math.Math
Moderators:
kris
Posted: 09/19/07 17:30:19Hello.
I've got a question: why tango's math module uses reals (such behaviour enforces programmers to use reals instead of floats/doubles)? Is this related to FPU doing maths in reals (AFAIK)? I think that in some cases, storing floats instead of reals can save tremendous amounts of memory. Besides, current GPUs operate on floats, so why ignore them?
Thanks in advance.