Files
Nim/lib
Arne Döring cc5b8c6ad2 Generic Complex type (#9590)
* 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
2018-11-05 20:27:46 +01:00
..
2017-02-20 17:24:19 +02:00
2018-11-05 20:27:46 +01:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:59:26 +02:00
2018-11-03 12:45:55 +01:00