Php:bcmath (BC High Accuracy function Library) Implementation principle or function source code

Source: Internet
Author: User
I looked at the IEEE 754 in detail, and I had a rough idea of the representation and storage of floating-point numbers. However, I am still very curious about PHP's handling of this aspect, and the principle of bcmath implementation.

Because the floating-point arithmetic is the correct one, unlike most js,php.
Like 0.1+0.1+0.1.
It is computationally incorrect under JS, but it is correct under PHP.

In addition, what is the principle of bcmath implementation? Can you write a function to completely replace it?

Reply content:

I looked at the IEEE 754 in detail, and I had a rough idea of the representation and storage of floating-point numbers. However, I am still very curious about PHP's handling of this aspect, and the principle of bcmath implementation.

Because the floating-point arithmetic is the correct one, unlike most js,php.
Like 0.1+0.1+0.1.
It is computationally incorrect under JS, but it is correct under PHP.

In addition, what is the principle of bcmath implementation? Can you write a function to completely replace it?

Https://github.com/php/php-src/tree/master/ext/bcmath
Go straight to the PHP source, and I don't know.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.