Mathematical expressions, operators and constants can be combined in the Function Editor tool to modify an object's text.
|
Expression Indicators |
|
|---|---|
|
calc() |
Compute and substitute the value of the argument into the text of this object. |
|
Mathematical Functions |
|
|
abs() |
Calculate the absolute value of the argument |
|
acos() |
Calculate the inverse cosine in radians |
|
asin() |
Calculate the inverse sine in radians |
|
atan() |
Calculate the inverse tangent in radians. |
|
ceil() |
Calculate the smallest integer greater than or equal to the argument |
|
cos() |
Calculate the cosine in radians |
|
cosh() |
Calculate the hyperbolic cosine of the argument in radians |
|
exp() |
Calculate the exponential of the argument |
|
floor() |
Calculate the largest integer less than or equal to the argument |
|
log() |
Calculate the natural logarithm of the argument |
|
log10() |
Calculate the base-10 logarithm of the argument |
|
sin() |
Calculate the sine of the argument in radians |
|
sinh() |
Calculate the hyperbolic sine of the argument in radians |
|
sqrt() |
Calculate the square root of the argument |
|
tan() |
Calculate the tangent of the argument in radians |
|
tanh() |
Calculate the hyperbolic tangent of the argument in radians |
|
todegree() |
Convert the argument from radians to degrees |
|
toradian() |
Convert the argument from degrees to radians |
|
Mathematical Operators |
|
|
- |
Subtraction |
|
% |
Percentage |
|
( |
Open parenthesis |
|
) |
Closed parentheses |
|
* |
Multiplication |
|
/ |
Division |
|
^ |
Raise to a power |
|
+ |
Addition |
|
Constants |
|
|---|---|
|
e |
Constant value equal to 2.718281828 |
|
pi |
Constant value equal to 3.141592653 |