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
now div() and rem() are not supported:
div()
rem()
julia> x = Dual(1.1, 2.2); julia> y = Dual(3.3, 4.4); julia> div(y, x) ERROR: MethodError: no method matching div(::Dual128, ::Dual128, ::RoundingMode{:ToZero}) julia> rem(y, x) ERROR: MethodError: no method matching rem(::Dual128, ::Dual128)
how could we handle these functions? thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
now
div()
andrem()
are not supported:how could we handle these functions?
thanks
The text was updated successfully, but these errors were encountered: