Asked by a dog

What are the | | when you work with inger numbers.
(not a question on assignment)


Like for example |-3| < |6|

Answers

Answered by Steve
|| means absolute value. That is, the distance from zero. It is always positive or zero.

|x| = x if x >= 0
|x| = -x if x < 0

|-9| = 9
|6| = 6
So, |-9|>|6|
Answered by a dog
Okay thank you Steve.
There are no AI answers yet. The ability to request AI answers is coming soon!