Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chewxy/math32
A float32 version of Go's math package
https://github.com/chewxy/math32
Last synced: about 10 hours 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T18:47:13.000Z (about 1 month ago)
- Last Synced: 2025-01-25T15:07:00.328Z (7 days ago)
- Language: Go
- Size: 135 KB
- Stars: 66
- Watchers: 5
- 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 / WebSockets)
README
# math32 [![GoDoc](https://godoc.org/github.com/chewxy/math32?status.svg)](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.