chewxy / math32

A float32 version of Go's math package
BSD 2-Clause "Simplified" License
61 stars 22 forks source link

Geometric functions #24

Closed soypat closed 2 years ago

soypat commented 3 years ago

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.

chewxy commented 3 years ago

Sure thing. I welcome all PRs

soypat commented 2 years ago

@chewxy I've added a PR to include Acos and Asin!

soypat commented 2 years ago

Closed with the latest addition of Tan!