Invalid number of function arguments

You have supplied too many or not enough arguments to a function. Refer to the documentation for the function to look up the correct way to call it. Example:

sin(3, 1, 2)

This is incorrect, because the sin function only takes one parameter.

See Also
Built-in functions
Errors