Dazachi wrote:
I don't understand abs. What does it do?
It returns the absolute value.
abs(20.456)=20.456
abs(-6437.78)=6437.78
It's basicly removing the minus sign
Last edited by ThePCKid (2010-05-26 20:30:56)
Offline
ThePCKid wrote:
Dazachi wrote:
I don't understand abs. What does it do?
It returns the absolute value.
abs(20.456)=20.456
abs(-6437.78)=6437.78
It's basicly removing the minus sign
Hmm, ok. Thanks.
Offline
This is what the parent function graph looks like.
When the answer < 0, it takes the opposite and returns that answer.
When the answer ≥ 0, it reports that answer.
Last edited by Vista4563 (2010-05-27 01:53:07)
Offline
I only wanted to add a visual aid for the visual learners...
Offline