The LabVIEW MathScript attempts to make a recursive call to a function. You cannot call functions recursively. For example, foo cannot call foo.
To correct this error, remove all recursive function calls from the script.