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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (FINAL VERSION FOR L10N)
m
 
Line 8: Line 8:
 
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Basic/{{SUBPAGENAME}}}}  
 
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Basic/{{SUBPAGENAME}}}}  
 
  {{DISPLAYTITLE:Numeric Functions}}
 
  {{DISPLAYTITLE:Numeric Functions}}
{{PRODUCTNAME}} Basic supports standard numeric functions, such as:
+
{{AOo}} Basic supports standard numeric functions, such as:
  
 
* <code>Cos</code> calculating the cosine of an angle
 
* <code>Cos</code> calculating the cosine of an angle

Latest revision as of 21:02, 20 December 2020



Apache OpenOffice 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