FYI, the continued evolution of the Clifford/MultiVector code has resulted in a failure in two of your Rosettacode tasks, as using 'reversion' now fails:
No such method 'reversion' for invocant of type 'MultiVector'
in block <unit> at Polynomial_regression line xx
FYI, the continued evolution of the Clifford/MultiVector code has resulted in a failure in two of your Rosettacode tasks, as using 'reversion' now fails:
The two places this occurs are Polynomial_regression and Multiple_regression
Also, going forward you intend for
use MultiVector
to supersede the prior usageuse Clifford
?