Error, invalid arrow procedure
Description
Examples
This is a 2-D math parser error. It occurs when the expression on the right-hand side of a functional operator is invalid. For more information, see Functional Operators.
x→@
This error occurred because the @ on the right-hand side of the functional operator is not a valid expression.
Solution:
To fix this error, use a valid expression for the result of the procedure instead.
x→x2
x→x2
See Also
operators/functional
Download Help Document