Home  >  Article  >  Topics  >  Computer secondary function formulas and their explanations

Computer secondary function formulas and their explanations

王林
王林Original
2019-11-01 09:58:249343browse

Computer secondary function formulas and their explanations

1. Absolute value function ABS

Format: ABS(number);

Function: Return the absolute value of parameter number value.

2. Rounding function INT

Format: INT(number);

Function: Take the largest value that is not greater than the parameter number integer.

3. Pi function PI

Format: PI();

Function: Return the value of pi.

4. Rounding function ROUND

Format: ROUND(number, n);

Function: Round the number according to the specified number of digits .

5. Random function RAND

Format: RAND();

Function: Return a value in the range [0,1) of random numbers.

Recommended tutorial: excel tutorial

The above is the detailed content of Computer secondary function formulas and their explanations. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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
Previous article:36 Excel tipsNext article:36 Excel tips