处理任意精度浮点数的小型库 LibBF

码农软件 · 软件分类 · 常用工具包 · 2019-08-12 23:44:21

软件介绍

LibBF 是处理任意精度浮点数的小型库。它编译后的大小约为 60KB(x86 代码),并且不依赖于其他库。它不是最快也不是最小的库,但它使用渐近最优算法时会尽可能简单。基本的算术运算具有近似线性的运行时间。

具有以下特性

  • 使用 IEEE 754 语义

  • 无状态 API

  • 基本的算术运算(加法,减法,乘法,除法,平方根)具有近似线性的运行时间

  • 易于嵌入(需要复制一些 C 文件)

  • 乘法使用 SIMD 优化的数值理论变换

  • 支持 trancendental 函数 (exp, log, pow, sin, cos, tan, asin, acos, atan, atan2)

本文地址:https://codercto.com/soft/d/12243.html

Smarter Than You Think

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》 这本书的介绍吧!

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具