We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2695bc3 commit 97ede33Copy full SHA for 97ede33
1 file changed
man/Ops.hyper2.Rd
@@ -59,6 +59,11 @@ hyper2_sum_numeric(H, r)
59
work (without this, one has to type \code{icons["L"] <-
60
powers(icons["L"]) + 3}, which sucks).
61
62
+ Currently, this operation returns an error if the powers have length
63
+ exceeding one, so \dQuote{\code{icons[list("NB","L")] + 5}} fails. In
64
+ the future, I might return a \code{disord} object instead [so errors
65
+ would be flagged as \CRANpkg{disordR} discipline violations].
66
+
67
Raising a \code{hyper2} object to a power returns an error. There are
68
no unary operations for this class.
69
}
0 commit comments