Skip to content
  • Mark OLESEN's avatar
    ENH: changed definition of complex::one (#1247) · 1788bce0
    Mark OLESEN authored
    - was historically defined as (1 1), but it is more consistent with
      the concept of one to have a real component only.
    
      Now defined as (1 0):  1+0i
    
    STYLE: remove obscure '!' operator for complex conjugate
    
    - either use the member function or the '~' operator
    1788bce0