summary refs log tree commit diff stats
path: root/lib/pure/complex.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #9639 (#9640)Arne Döring2018-11-071-1/+1
|
* Generic Complex type (#9590)Arne Döring2018-11-051-317/+329
| | | | | | | | | | | | * remove `**` * const `im` can now be used with Complex64 * converters from float|int to Complex are replaced by procs * converters between various Complex types must stay to allow usage of `im` with Complex64 * limit types for `+`, `-`, `/`, and `*` between Complex and float * add `pow` for Complex and a number * complex type changes * unpublish approximation function
* Add imaginary unit. (#7922)Koki Fushimi2018-06-011-0/+4
|
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-2/+0
|
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-4/+4
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Fix buggy rect(), doc comment, and unit test.Charles Blake2015-02-281-3/+4
|
* Addition of some complex hyperbolic functionsJonathan Edwards2015-02-281-0/+70
|
* Extend complex to convert to/from polar coordinatesdef2015-02-161-2/+25
|
* Added complex conjugategmpreussner2015-01-241-27/+33
|
* fixes #495Araq2014-12-261-4/+1
|
* more modules updatedAraq2014-08-281-44/+44
|
* big renameAraq2014-08-271-2/+4
|
* Add missing complex arithmetic procsdef2014-07-141-0/+39
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* additions to complex moduleAraq2011-01-071-6/+205
|
* bugfix: complex.nim compilesAndreas Rumpf2010-04-041-2/+2
|
* Bugfix: empty echo statementAndreas Rumpf2010-03-201-1/+1
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
|
* version0.7.10Andreas Rumpf2009-06-081-0/+106