chewxy / math32

A float32 version of Go's math package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geometric functions

soypat opened this issue · comments

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.

Sure thing. I welcome all PRs

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

Closed with the latest addition of Tan!