-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
spcan edited this page Mar 27, 2018
·
6 revisions
- Change struct names to Complex and EComplex for ease of use
- Add
real(),imag(),module()andarg()to both structs' implementation - Add
tanh()(EComplex implementation is scheduled for optimization) - Add equality comparison between Complex and EComplex
- Shorten function names for ease of use
- Add tests to the lib
- Update and expand documentation
- Added
exp(),log()andtan()functions - Implement inequality
- Implement
ZeroandOnetraits (for nightly only) - Separated
pow()intopowf()andpowi() - Add compatibility with num_traits crate
- Fixed "+" sign not displaying when imaginary part is equal to zero