Did you know that the OpenOffice.org Wiki has a WYSIWYG editor? See Help:FCKeditor
Numeric Functions
From OpenOffice.org Wiki
OpenOffice.org Basic supports standard numeric functions, such as:
-
Coscalculating the cosine of an angle -
Sincalculating the sine of an angle -
Tancalculating the tangent of an angle -
Atncalculating the arctangent of a numeric value -
Expcalculating the base of the natural logarithm (e = 2.718282) raised to a power -
Logcalculating the natural logarithm of a number -
Sqrcalculating the square root of a numeric value -
Abscalculating the absolute value of a numeric value -
Sgnreturning -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). |

