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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Basic and Dialogs)
m
 
(2 intermediate revisions by one other user not shown)
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}}}}
{{PRODUCTNAME}} Basic supports standard numeric functions, such as:
+
{{DISPLAYTITLE:Numeric Functions}}
 +
{{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
Line 21: Line 22:
 
{{PDL1}}
 
{{PDL1}}
  
[[Category:Documentation/Developers Guide/Basic and Dialogs]]
+
[[Category:Documentation/Developer's Guide/Basic and Dialogs]]

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