We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WorldDynamics.jl/src/functions.jl
Line 4 in 3fcc740
I suggest to rename $x_n$ and $y_n$ as $x_2$ and $y_2$ to emphasize that it's just a line, and to typize the arguments (Number?)
Number
The text was updated successfully, but these errors were encountered:
I agree with $x_n \to x_2$ and $y_n \to y_2$. But I would not sacrifice the readability of the function to explicit the type unless it's needed.
Sorry, something went wrong.
No branches or pull requests
WorldDynamics.jl/src/functions.jl
Line 4 in 3fcc740
I suggest to rename$x_n$ and $y_n$ as $x_2$ and $y_2$ to emphasize that it's just a line, and to typize the arguments (
Number
?)The text was updated successfully, but these errors were encountered: