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.
2 parents 3d78a70 + ad3c4b1 commit 573f726Copy full SHA for 573f726
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