Commit History

Author SHA1 Message Date
  trizen 24e031eb1b Version 0.08 6 years ago
  trizen 1202712d1b Added a few more tests for the `pow()` method. 6 years ago
  trizen ca69a01ee3 - Fixed `0**0` and `0**z` special cases in the `pow()` method. 6 years ago
  trizen d6c0ca26d6 - Added the `norm()` method. 6 years ago
  trizen 5334a3af24 - Handle division by zero in the tan(), cot(), sec() and csc() functions, when the components of a complex number are native Perl numbers. 6 years ago
  trizen 048b97d289 - Added more tests for the hyperbolic functions and their inverses. 6 years ago
  trizen 79d2105ba9 Added more trigonometric tests. 6 years ago
  trizen ad6252e5c7 - Fixed the trigonometry tests under Perl built with -Duselongdouble (thanks to Slaven Rezić) (fixes https://github.com/trizen/Math-GComplex/issues/2) 6 years ago
  trizen 1c8f98b384 Version 0.06 6 years ago
  trizen ded7f8f077 - Minor simplifications in the `deg2rad()` and `rad2deg()` functions. 6 years ago
  trizen 56d5139655 - Added the `rad2deg(x)` and `deg2rad(x)` functions. 6 years ago
  trizen 4fae734bc1 Minor simplification in atan2(). 6 years ago
  trizen ec2f19c71b modified: t/overload.t 6 years ago
  trizen ea25b999e8 - Use a more direct formula in the root() method. 6 years ago
  trizen 57fb7aa02c modified: t/trigonometry.t 6 years ago
  trizen 0feac38e18 - Added a few more trigonometric tests. 6 years ago
  trizen 09b094a670 Return `undef` when comparing anything to NaN. 6 years ago
  trizen 704150a431 Minor pod tweaks. 6 years ago
  trizen 42a66aa631 Version 0.05 6 years ago
  trizen f3703a3734 - Make sure Math::AnyNum >= 0.20 is installed. Otherwise skip the tests in t/anynum.t (fixes https://github.com/trizen/Math-GComplex/issues/1). 6 years ago
  trizen 32ed2fdfbe - Fixed the `floor()` function for integer arguments. 6 years ago
  trizen 492fe25b34 Added more tests in t/overload.t 6 years ago
  trizen b67c38741a - Version 0.04 6 years ago
  trizen e798cca379 modified: t/overload.t -- added more tests 6 years ago
  trizen b81717c8cf new file: t/overload.t 6 years ago
  trizen 3a078e3056 Recommend Math::AnyNum >= 0.20 (to be released soon) 6 years ago
  trizen 9929f8ff47 Fix comment. 6 years ago
  trizen fca5246822 - Fixed the result of the `atan2(x, y)` function, when `x` and `y` are complex numbers. 6 years ago
  trizen 2249922cdc Version 0.03 6 years ago
  trizen 85c8b93a61 Added subroutine prototypes. 6 years ago