-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Function
Reading time: 1minDefinition of a user function.
Syntax
Function(Identifier):=Expression
Description
The syntax is different as usual. On the left-hand side of the equal sign, the name of the function and its variables need to be specified. On the right-hand side, the expression of the function. Note the assignation without evaluating symbol :=
, instead of the usual assign and evaluating =
.