tangent * tangent
and dot(tangent, tangent)
can return tangents.
#643
Labels
breaking
a breaking change
I noticed that there are methods of
*
anddot
for theAbstractZero
types that work likeHowever, if both arguments are tangents,
*
should not be defined.dot
should return a real number, not another tangent.In my understanding, code that relies on such nonlinear tangent to tangent operations cannot be correct, so it may be worthwhile to remove such methods.
The text was updated successfully, but these errors were encountered: