https://github.com/chewxy/math32
A float32 version of Go's math package
https://github.com/chewxy/math32
Last synced: 3 months ago
JSON representation
A float32 version of Go's math package
- Host: GitHub
- URL: https://github.com/chewxy/math32
- Owner: chewxy
- License: bsd-2-clause
- Created: 2016-09-14T23:16:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T18:47:13.000Z (6 months ago)
- Last Synced: 2025-03-28T16:04:20.604Z (3 months ago)
- Language: Go
- Size: 135 KB
- Stars: 73
- Watchers: 4
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tinygo - `math32` - 32bit math functions in pure Go. (Wireless Communication / WASI and WASM Unknown)
README
# math32 [](https://godoc.org/github.com/chewxy/math32)
A `float32` version of Go's math package. The majority of code in this library is a thin `float32` wrapper over the results of the `math` package that comes in the standard lib.
The original code is lifted from the Go standard library which is governed by
a BSD-style licence which can be found here: https://golang.org/LICENSE.