Searched full:multiplication (Results 1 – 25 of 49) sorted by relevance
12
19 desc: Integer addition and multiplication are associative
14 --- # List of integer addition and multiplication associative tests
18 desc: check multiplication of two short integers
18 desc: check multiplication of two bytes
18 desc: check multiplication of two bigints
18 desc: check multiplication of two long integers
18 desc: check multiplication of two integers
18 desc: check multiplication of two chars
17 desc: Type compatibility test for number type in basic multiplication operation.
19 desc: Multiplication of integer numbers
14 --- # List of integer multiplication
53 const multiplication = b * c;56 …const result = (addition * subtraction) / (multiplication + division) + (Math.pow(a, 2) - Math.sqr…81 const multiplication = b * c;84 …const result = (addition * subtraction) / (multiplication + division) + (Math.pow(a, 2) - Math.sqr…
148 description: Multiplication is infinity if any non zero value is multiplied by infinity.214 description: Multiplication is infinity if any non zero value is multiplied by infinity.280 …description: The sign of division or multiplication result is positive if both values have the sam…331 …description: The sign of division or multiplication result is positive if both values have the sam…386 Multiplication is NaN if zero is multiplied by infinity.567 …description: The sign of division or multiplication result is positive if both values have the sam…
285 …* Performs integral multiplication of this instance with provided one, returns the result as new i…287 * @param other Right hand side of the multiplication289 * @returns Result of the multiplication
293 …* Performs shortegral multiplication of this instance with provided one, returns the result as new…295 * @param other Right hand side of the multiplication297 * @returns Result of the multiplication
320 …* Performs integral multiplication of this instance with provided one, returns the result as new i…322 * @param other Right hand side of the multiplication324 * @returns Result of the multiplication
317 …* Performs integral multiplication of this instance with provided one, returns the result as new i…319 * @param other Right hand side of the multiplication321 * @returns Result of the multiplication
446 …* Performs floating point multiplication of this instance with provided one, returns the result as…448 * @param other Right hand side of the multiplication450 * @returns Result of the multiplication
38 /* Multiplication testing (*) */
29 const n: string = (1.5 * 2.5) + " result of multiplication" + 3;
23 // multiplication