- 授权协议: MIT
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://bellard.org/libbf/
- 软件文档: https://bellard.org/libbf/
软件介绍
LibBF 是处理任意精度浮点数的小型库。它编译后的大小约为 60KB(x86 代码),并且不依赖于其他库。它不是最快也不是最小的库,但它使用渐近最优算法时会尽可能简单。基本的算术运算具有近似线性的运行时间。
具有以下特性
使用 IEEE 754 语义
无状态 API
基本的算术运算(加法,减法,乘法,除法,平方根)具有近似线性的运行时间
易于嵌入(需要复制一些 C 文件)
乘法使用 SIMD 优化的数值理论变换
支持 trancendental 函数 (exp, log, pow, sin, cos, tan, asin, acos, atan, atan2)
Smarter Than You Think
Clive Thompson / Penguin Press HC, The / 2013-9-12 / USD 27.95
It's undeniable—technology is changing the way we think. But is it for the better? Amid a chorus of doomsayers, Clive Thompson delivers a resounding "yes." The Internet age has produced a radical new ......一起来看看 《Smarter Than You Think》 这本书的介绍吧!
