Closed RobinHankin closed 1 year ago
suppressMessages(library("clifford")) options(maxdim=5) is.pseudoscalar(e(1:3)) #> [1] TRUE
It should be FALSE of course. Actually the docs should state that is.pseudoscalar() returns TRUE for any multiple of the pseudoscalar (including zero?)
FALSE
is.pseudoscalar()
TRUE
It should be
FALSE
of course. Actually the docs should state thatis.pseudoscalar()
returnsTRUE
for any multiple of the pseudoscalar (including zero?)