01-17-2024, 09:07 PM
(This post was last modified: 01-17-2024, 09:08 PM by Kernelpanic.)
(01-16-2024, 11:54 PM)bplus Wrote: The range of x and y for Trig formulas are intended to be from a unit circle st x^2 + y^2 = 1Thanks! This works:
Taking the SQR of a neg number will throw that error which happens when x > 1.
Code: (Select All)
Dim As Double x, y, Arcc
x = 1
y = 1
. . .
Unit circle! Yes, the “realization” slowly came back when I saw this.