Math()
Math(Ergebnisvariable
,Zahl1
Operator
Zahl2
)
Math()
ist ab Asterisk 1.4 nicht mehr vorhanden
und wurde durch die Funktion MATH()
(Abschnitt D.61, „MATH()
“) ersetzt.————————| 1.2 | | | | |
-= Info about application 'Math' =-
[Synopsis]
Performs Mathematical Functions
[Description]
Math(returnvar,<number1><op><number 2>
Perform floating point calculation on number 1 to number 2 and
store the result in returnvar. Valid ops are:
+,-,/,*,%%%%,<,>,>=,<=,==
and behave as their C equivalents.
This application has been deprecated in favor of the MATH function.
MATH()
“