Tagged Questions

1
vote
4answers
130 views

What math methods are implemented in fpu hardware with .net?

Does anyone know what math methods are implemnted by the hardware of the processor for .net? For example, I have an algorithm that makes a lot of use of atan. I can easily write a lookup table for ...