Nth root in fpu_$FUNCTION does not exist, why?

Because square root is an important function in math, image processing, signal processing... It must be done precisely and fast. Other roots are, well, other roots :-)
 
Yea, I suppose the square root is most common and thus gets special treatment. But just use the power function to compute the other roots?
 
Back
Top