Difference between revisions of "Documentation/DevGuide/Basic/Numeric Functions"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Documentation/Developers Guide/Basic and Dialogs)
m (FINAL VERSION FOR L10N)
Line 6: Line 6:
 
|NextPage=Documentation/DevGuide/Basic/String Functions
 
|NextPage=Documentation/DevGuide/Basic/String Functions
 
}}
 
}}
{{DISPLAYTITLE:Numeric Functions}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Basic/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Numeric Functions}}
 
{{PRODUCTNAME}} Basic supports standard numeric functions, such as:
 
{{PRODUCTNAME}} Basic supports standard numeric functions, such as:
  

Revision as of 12:32, 15 May 2009



OpenOffice.org Basic supports standard numeric functions, such as:

  • Cos calculating the cosine of an angle
  • Sin calculating the sine of an angle
  • Tan calculating the tangent of an angle
  • Atn calculating the arctangent of a numeric value
  • Exp calculating the base of the natural logarithm (e = 2.718282) raised to a power
  • Log calculating the natural logarithm of a number
  • Sqr calculating the square root of a numeric value
  • Abs calculating the absolute value of a numeric value
  • Sgn returning -1 if the passed numeric value is negative, 1 if it is positive, 0 if it is zero.
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages