Numeric Functions
From Apache OpenOffice Wiki
< Documentation | DevGuide
Apache OpenOffice Basic supports standard numeric functions, such as:
Coscalculating the cosine of an angleSincalculating the sine of an angleTancalculating the tangent of an angleAtncalculating the arctangent of a numeric valueExpcalculating the base of the natural logarithm (e = 2.718282) raised to a powerLogcalculating the natural logarithm of a numberSqrcalculating the square root of a numeric valueAbscalculating the absolute value of a numeric valueSgnreturning -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). |