You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only nonnegative powers are supported for multiplication (Gauss composition). It would be easy to add support for negative powers $-k$ by first computing the period $n$ of a form and then raising to $n- (k \bmod n)$.
The text was updated successfully, but these errors were encountered:
Currently only nonnegative powers are supported for multiplication (Gauss composition). It would be easy to add support for negative powers$-k$ by first computing the period $n$ of a form and then raising to $n- (k \bmod n)$ .
The text was updated successfully, but these errors were encountered: