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 f55b96e commit e2c7a30Copy full SHA for e2c7a30
src/types.jl
@@ -691,9 +691,9 @@ Represents coeff * (key1 ^ val1) * (key2 ^ val2) * ....
691
where coeff is a <:Number and keys and values come from the dictionary (`dict`).
692
where `coeff` and the vals are `<:Number` and keys are symbolic.
693
694
-- `symtype(::Add)` -- returns `T`.
695
-- `operation(::Add)` -- returns `*`.
696
-- `arguments(::Add)` -- returns a totally ordered vector of arguments. i.e.
+- `symtype(::Mul)` -- returns `T`.
+- `operation(::Mul)` -- returns `*`.
+- `arguments(::Mul)` -- returns a totally ordered vector of arguments. i.e.
697
`[coeff, keyM^valM, keyN^valN...]`
698
"""
699
struct Mul{X, T<:Number, D, M} <: Symbolic{X}
0 commit comments