Difference between revisions of "Manuals/calci/ABS"

From ZCubes Wiki
Jump to navigation Jump to search
Tag: Mobile edit
Line 26: Line 26:
 
*ABS(1/2) = 0.5
 
*ABS(1/2) = 0.5
 
*ABS(-1/4) = 0.25
 
*ABS(-1/4) = 0.25
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|t4xOkpP8FgE|280|center|Absolute Value}}
  
 
==See Also==
 
==See Also==

Revision as of 13:54, 29 May 2015

ABS(Number)


  • is indicating the real value.

Description

  • This function gives the absolute value of a given number.
  • Here is the real value which we want to find absolute value of that number.
  • The absolute value of a real number is its distance from 0(origin) on the number line.
  • Absolute value of a number is always .
  • This function is used to remove negative sign from a given number.
  • Absolute value is denoted by Failed to parse (syntax error): {\displaystyle "||"} .
  • i.e.,ABS(Number)=|Number|.
  • Also .

ZOS Section

  • The syntax is to calculate ABS in ZOS is .
    • is indicating the real value.
  • For e.g.,ABS(-16)*-ABS(-4)/((ABS(-4))^2*ABS(-2)).
Absolute Value

Examples

  • ABS(8) = 8
  • ABS(-5) = 5
  • ABS(1/2) = 0.5
  • ABS(-1/4) = 0.25

Related Videos

Absolute Value

See Also

References

Absolute_value