We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2f6b7 commit ad3c4b1Copy full SHA for ad3c4b1
src/methods.jl
@@ -37,7 +37,7 @@ function number_methods(T, rhs1, rhs2, options=nothing)
37
skip_basics = options !== nothing ? options == :skipbasics : false
38
skips = Meta.isexpr(options, [:vcat, :hcat, :vect]) ? Set(options.args) : []
39
basic_monadic = [-, +]
40
- basic_diadic = [+, -, *, /, \, ^]
+ basic_diadic = [+, -, *, /, //, \, ^]
41
42
rhs2 = :($assert_like(f, Number, a, b); $rhs2)
43
rhs1 = :($assert_like(f, Number, a); $rhs1)
0 commit comments