E8003 Math Errors

trig-out-of-range

trigonometric function input out of valid range

When this occurs

`math.asin(2)` or `math.acos(2)`

Example error message

error[E8003]: math.asin() requires value between -1 and 1

How to fix

Ensure the input is within the valid range for the trigonometric function.

Related errors

No related errors.