RobinHankin / clifford

https://robinhankin.github.io/clifford/
5 stars 0 forks source link

bug in is.pseudoscalar() #93

Closed RobinHankin closed 12 months ago

RobinHankin commented 12 months 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?)