ccmath
ccmath copied to clipboard
Implement Trigonometric Module
The trigonometric module currently has the following functions that need implementation or work done.
TODO:
Implement:
- [ ] acos
- [ ] asin
- [ ] atan
- [ ] atan2
- [ ] cos
- [ ] sin
- [ ] tan
Document:
- [ ] acos
- [ ] asin
- [ ] atan
- [ ] atan2
- [ ] cos
- [ ] sin
- [ ] tan
NOTES:
None currently.