|x| = x if x >= 0; |x| = - x if x < 0.
The |x| = -x if x < 0 confuses me. How may an absolute value equal a negative? Please help me clarify.
更新1:
I'm well aware that absolute values can't be negative. The definition I gave is universally known, every math text books has it!
更新2:
DidacticRogue: Thanks a bunch! That clarifies my concern.