Tag: floating point arithmetic

Integer based sinf and cosf implementation

The transcendental function implementation in Newlib’s libm, like a number of other such software implementations, assumes that the target already has a fast hardware implementation of basic floating point arithmetic in the same or higher precision as that of the… Read More