Closed soypat closed 2 years ago
What is the possibility of implementing Sin, Cos and others as pure 32 bit software?
Sin
Cos
I've implemented some (glibc as reference) here https://github.com/soypat/soft-math.
Sure thing. I welcome all PRs
@chewxy I've added a PR to include Acos and Asin!
Acos
Asin
Closed with the latest addition of Tan!
What is the possibility of implementing
Sin
,Cos
and others as pure 32 bit software?I've implemented some (glibc as reference) here https://github.com/soypat/soft-math.