PHP decimal addition and subtraction accuracy problem

Source: Internet
Author: User
Tags types of functions

In PHP development, there is a fractional subtraction scenario. The result is that it is not equal to the expected value,

On the internet also found some information, found that the problem of precision. Finally, the Bccomp function was used to solve the problem.

Bccomp

Compare two high-precision numbers.

Syntax: int Bccomp (string left operand, string right operand, int. [scale]);

return value: integer

Types of functions: mathematical operations

Content Description

This function compares two high-precision numbers. Enter two strings, and return 0 if the two string is the same size, and return +1 if the left operand is larger than the right operand, or 1 if the left number string is smaller than the right. Scale is an optional option that represents the number of digits required after the decimal point of the return value.

PHP decimal addition and subtraction accuracy problem

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.