Update README
This commit is contained in:
parent
7b6b71780a
commit
bc08b4942e
3 changed files with 9 additions and 5 deletions
|
|
@ -92,6 +92,7 @@ public export
|
|||
interface MultMonoid a => MultGroup a where
|
||||
constructor MkMultGroup
|
||||
||| Calculate the inverse of the matrix or transformation.
|
||||
|||
|
||||
||| WARNING: This function will not check if an inverse exists for the given
|
||||
||| input, and will happily divide by zero or return results containing NaN.
|
||||
||| To avoid this, use `tryInverse` instead.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue