Update changelog
This commit is contained in:
parent
519af35d71
commit
ec3ff846fd
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
from `Deg` and `Rad`. This is because angles do not close over multiplication,
|
from `Deg` and `Rad`. This is because angles do not close over multiplication,
|
||||||
and therefore cannot have a multiplicative identity. If we were truly accurate,
|
and therefore cannot have a multiplicative identity. If we were truly accurate,
|
||||||
`Angle * Angle` would return an `Angle^2` (not supported by the current api).
|
`Angle * Angle` would return an `Angle^2` (not supported by the current api).
|
||||||
|
- Make remainder operators on `Angle`s make sense from the perspective of
|
||||||
|
dimensional analysis.
|
||||||
- Moved free trigonometric functions onto `Angle`.
|
- Moved free trigonometric functions onto `Angle`.
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
Loading…
Reference in a new issue