Skip to content

Changelog

spcan edited this page Mar 27, 2018 · 6 revisions

easy-complex changelog

Version 0.3.4

  • Change struct names to Complex and EComplex for ease of use
  • Add real(), imag(), module() and arg() 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

Version 0.3.3

  • Added exp(), log() and tan() functions
  • Implement inequality
  • Implement Zero and One traits (for nightly only)
  • Separated pow() into powf() and powi()
  • Add compatibility with num_traits crate
  • Fixed "+" sign not displaying when imaginary part is equal to zero
Clone this wiki locally