E7005 Stdlib Validation Errors

requires-number

argument must be a number

When this occurs

Non-number to math function

Example error message

error[E7005]: expected number, got STRING

How to fix

Pass an integer or float to this function.

Related errors