chewxy / math32

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

hyperbolic: add sinh,cosh,tanh and inverse functions #29

Closed soypat closed 2 years ago

soypat commented 2 years ago

Implementations taken from Go standard library. PTAL!