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
julia> x, y = 10m, 1 (10 m, 1) julia> px, py = promote(x, y) (10 m, 1) julia> ppx, ppy = promote(px, py) (10 m, 1) julia> (typeof(y), typeof(py), typeof(ppy)) (Int64, Quantity{Int64, Dimensions:{}, Units:{}}, Int64)
Tip of the hat to @timholy for finding this gem. Guess I should add a damping term to my type oscillator.
The text was updated successfully, but these errors were encountered:
c669cfa
Nice! No damping term, even!
Sorry, something went wrong.
No branches or pull requests
Tip of the hat to @timholy for finding this gem. Guess I should add a damping term to my type oscillator.
The text was updated successfully, but these errors were encountered: