1 Star 0 Fork 1

王布衣 / num

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
doc.go 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
王布衣 提交于 2024-02-08 08:51 . first commit
/*
Package math32 provides basic constants and mathematical functions for float32 types.
At its core, it's mostly just a wrapper in form of float32(math.XXX). This applies to the following functions:
Acos
Acosh
Asin
Asinh
Atan
Atan2
Atanh
Cbrt
Cos
Cosh
Erfc
Gamma
J0
J1
Jn
Log10
Log1p
Log2
Logb
Pow10
Sin
Sinh
Tan
Y0
Y1
Everything else is a float32 implementation. Implementation schedule is sporadic an uncertain. But eventually all functions will be replaced
*/
package math32
Go
1
https://gitee.com/quant1x/num.git
git@gitee.com:quant1x/num.git
quant1x
num
num
v0.3.1

搜索帮助