RobinHankin / stokes

methods for exterior calculus
https://robinhankin.github.io/stokes/
3 stars 0 forks source link

is.scalar(ktensor()) problem #74

Closed RobinHankin closed 2 years ago

RobinHankin commented 2 years ago
> is.scalar(scalar(100,kform=F))
[1] FALSE

I would expect TRUE here.

RobinHankin commented 2 years ago

Also

> is.scalar(rform()*0)
[1] FALSE
> is.scalar(rtensor()*0)
[1] FALSE
>