Closed Laxharoth closed 2 years ago
Thank you! Refactoring looks nice.
I have a question for you: what is the motivation for writing'x1:Real = ..
instead of x1 = ..
what is the motivation for writing
'x1:Real = ..
instead ofx1 = ..
The type hinting was assuming x1 to be Any. Sorry I didn't add that in the commit message, maybe was just the IntelliSense I was using
Made some types more specific and matched return type signature