Computer Science, asked by maxnikhil586, 9 months ago

what returns the truncated value of the number

Answers

Answered by mansipandoog
0

Answer:

The function can also be used to return a set number of decimal places without rounding off using the num_digits argument. For example, =TRUNC(PI(),2) will return Pi value truncated to two decimal digits, which is 3.14, and =TRUNC(PI(),3) will return Pi value truncated to three decimal places, which is 3.141.

Similar questions