223k views
0 votes
To reduce a number to a specified number of digits, without rounding it. You simply cut it off. What is the name of this term

First two letters: tr

User Goclem
by
9.2k points

2 Answers

2 votes
truncate <== that is ur answer
User Pippobaudos
by
8.0k points
1 vote

Answer:

To reduce a number to a specified number of digits, without rounding it. You simply cut it off. The name of this term is:

Truncating a number.

Explanation:

Truncating a number--

It the method of approximating a decimal number such that we cut the number without rounding off the last digit i.e. the digit upto which the number is to be obtained.

for example--

If we have a number as:

36.2245678

and we have to round it off to 4 decimal places then the resulting number is:

36.2245

User Josiah Ruddell
by
8.6k points