Home > Backend Development > PHP Tutorial > PHP:BCMath(BC高精准度函数库)的实现原理或者函数源码

PHP:BCMath(BC高精准度函数库)的实现原理或者函数源码

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:39:35
Original
2050 people have browsed it

我详细看了IEEE 754标准,对浮点数的表示与存储有了大概的了解。但是,我仍然十分好奇PHP对这方面的处理,以及BCMath的实现原理。

因为不同于JS,PHP大部分的浮点数运算都是正确的。
比如 0.1+0.1+0.1
在JS下是运算错误的,但是在PHP下是正确的。

另外,BCMath的实现原理是什么呢?可不可以自己写个函数完全代替它呢?

回复内容:

我详细看了IEEE 754标准,对浮点数的表示与存储有了大概的了解。但是,我仍然十分好奇PHP对这方面的处理,以及BCMath的实现原理。

因为不同于JS,PHP大部分的浮点数运算都是正确的。
比如 0.1+0.1+0.1
在JS下是运算错误的,但是在PHP下是正确的。

另外,BCMath的实现原理是什么呢?可不可以自己写个函数完全代替它呢?

https://github.com/php/php-src/tree/master/ext/bcmath
直接去看php源码不就知道了

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template