Difference between revisions of "Documentation/How Tos/Calc: ABS function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:ABS function}}
 +
{{Documentation/CalcFunc MathematicalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_BESSELY_function
 +
|NextPage=Documentation/How_Tos/Calc:_COMBIN_function
 +
}}__NOTOC__
  
 
== ABS ==
 
== ABS ==
Line 19: Line 24:
 
: returns <tt>'''0'''</tt>.
 
: returns <tt>'''0'''</tt>.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: SIGN function|SIGN]]'''
 
* [[Documentation/How_Tos/Calc: SIGN function|SIGN]]'''
  
Line 26: Line 31:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
[[Category: Documentation/Reference/Calc]]
+
[[Category: Documentation/Reference/Calc/Mathematical functions]]

Latest revision as of 15:06, 31 January 2024

ABS

Returns the absolute value of a number.

Syntax:

ABS(number)

number is the number whose absolute value is to be calculated. The absolute value of a number is its value without the +/- sign.

Example:

ABS(-56)

returns 56.

ABS(12.3)

returns 12.3.

ABS(0)

returns 0.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_ABS_function&oldid=259880"
Views
Personal tools
Navigation
Tools
In other languages