Home Web Front-end JS Tutorial Examples of precise calculations of addition and subtraction in js_javascript skills

Examples of precise calculations of addition and subtraction in js_javascript skills

May 16, 2016 pm 04:53 PM
Subtraction addition

/精确计算加法和减法。例如0.1 0.2=0.3或 0.1-0.2=-0.1

复制代码 代码如下:

function addFn(dataOne,dataTwo){

var dataOneInt=dataOne.toString().split(".")[0];
var dataOneFloat="";
var dataTwoInt=dataTwo.toString().split(".")[0];
var dataTwoFloat="";
var lengthOne=0;
var lengthTwo=0;
var maxlength=0;

if(dataOne.toString().split(".").length==2){
dataOneFloat=dataOne.toString().split(".")[1];
lengthOne=dataOneFloat.toString().length;

}
if(dataTwo.toString().split(".").length==2){
dataTwoFloat=dataTwo.toString().split(".")[1];
lengthTwo=dataTwoFloat.toString().length;

}

maxLength=Math.max(lengthOne,lengthTwo);
for(var i=0;idataOneFloat ="0";
}
for(var i=0;idataTwoFloat ="0";
}

/**
* Multiply the two data
* to make them both integers. Because integer calculation
* is more accurate.
*/
var one=dataOneInt "" dataOneFloat;
var two=dataTwoInt "" dataTwoFloat;
//alert("dataOne:" dataOne " dataTwo:" dataTwo " one:" one " two:" two);

/**
*After the data is expanded by a multiple, the calculated result is obtained,
*and then reduced by the same multiple
* to obtain the correct result
*/
var result= (Number(one) Number(two))/Math.pow(10,maxLength);

return result;

}
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to write Python addition code_Python addition code writing tutorial How to write Python addition code_Python addition code writing tutorial Apr 02, 2024 pm 06:16 PM

1. First open the online python editing page. 2. Then enter the program code in the program area. 3. Then click Run in the upper left corner, enter the first addend, press Enter, and enter the second addend. 4. Finally press Enter to get the sum of the two addends. This is simple python addition code.

Divide two integers without using the multiplication, division, and modulo operators Divide two integers without using the multiplication, division, and modulo operators Sep 21, 2023 pm 12:41 PM

In this problem, we only need to divide two integers without using multiplication, division and modulo operators. Although we can use addition, multiplication or bit operations. The problem statement states that we will get two integers x and y. Without using multiplication, division, or the modulo operator, we need to determine the quotient of x divided by y. Example Input: x=15, y=5 Output: 3 Input: x=10, y=4 Output: 2 Input: x=-20, y=3 Output: -6 Method Method 1 (use simple math) here In this method, we will use a simple mathematical algorithm. Here is a step-by-step explanation of the steps we will follow - we will keep subtracting the divisor (i.e. y) from the dividend (i.e. x) until x is greater than or equal to y. when y is greater than x

Oracle database operation skills: detailed explanation of subtraction operation Oracle database operation skills: detailed explanation of subtraction operation Mar 02, 2024 pm 06:15 PM

As a powerful relational database management system, Oracle database provides a wealth of computing operations to meet user needs. In daily database operations, subtraction operation is a common and important operation. It can help us realize the subtraction operation of data to obtain the results we need. This article will discuss in detail the techniques related to subtraction operations in Oracle database, and give specific code examples to help readers better understand and use this function. 1. Basic concepts of subtraction operations in Oracle data

How to do subtraction in Excel How to do subtraction in Excel Mar 20, 2024 pm 02:46 PM

Excel is an indispensable office software in our daily office, so for some people who are learning Excel for the first time, they will always encounter some small problems, such as how to do subtraction in Excel. Today I will talk to my friends Share this operation step. The specific operation steps are below. Friends, come and take a closer look! 1. First, open the Excel data sheet. If Excel wants to do subtraction, it uses formulas, and formulas are generally guided by the equal sign. Therefore, in the cells that need to be subtracted, first enter =, (as shown in red below) Circled portion shown). 2. Then, click on the cell where the minuend is located, and the name of the cell will be automatically added to the formula (as shown in the red circle in the figure below). 3

Explore the meaning and application of Python operators: addition, subtraction, multiplication and division Explore the meaning and application of Python operators: addition, subtraction, multiplication and division Jan 20, 2024 am 09:21 AM

In-depth understanding of Python operators: addition, subtraction, multiplication, division and their meaning requires specific code examples. In the Python programming language, operators are one of the important tools for performing various mathematical operations. Among them, addition, subtraction, multiplication and division are the most common operators. This article will delve into the meaning of these operators and how to use them in Python. Addition Operator (+) The addition operator is used to add two numbers and can also be used to concatenate two strings. x=5y=3result

How to make subtractive design and beautify charts in PPT How to make subtractive design and beautify charts in PPT Mar 20, 2024 pm 02:00 PM

1. The basic beautification operation space of the chart is small, and the interfering display elements are removed. Elements that interfere with the data include background, grid lines, and legends, which can be deleted, beautified, and shadows softened. 2. Enter [PPT], [Open] chart, click [Chart], select [+], and uncheck [check] it, as shown in the figure. 3. [Right-click] to set the format of the data series, click [Fill], and check [No Fill]. Click [Data Column], click [Shadow] to remove the shadow, select [Outline], and color [Text] white. 4. Click [Scale], select [Scale Mark], adjust [Theme Type] None, [Color] white, as shown in the figure. 5. Delete the places that need to be deleted to make the table clearer. Don’t blindly add things when designing, do it appropriately.

Use pthread to implement matrix addition and subtraction in C/C++ Use pthread to implement matrix addition and subtraction in C/C++ Aug 28, 2023 am 09:05 AM

Here we will see how to perform matrix addition and subtraction using a multi-threaded environment. pthread is used to execute multiple threads simultaneously in C or C++. There are two matrices A and B. The order of each matrix is ​​(mxn). Each thread will get each row and perform addition or subtraction. So, for m rows, there are m different threads. Example#include<iostream>#include<pthread.h>#include<cstdlib>#include<cstdint>#defineCORE3#defineMAX3usingnamespacestd;i

C program for addition and multiplication using bitwise operations C program for addition and multiplication using bitwise operations Sep 16, 2023 pm 07:49 PM

Bitwise operators operate on bits (that is, operate on the binary value of the operand) Operator Description & Bitwise AND | Bitwise OR ^ Bitwise XOR << Left shift >> Right shift - Two's complement bitwise AND aba&b000010100111 Bitwise OR aba | b000011101111 Bitwise XOR aba^b000011101110 Example The following is a C program for addition and multiplication 2 with the help of bitwise operators - live demonstration #include<stdio.h>main(){ inta; printf

See all articles