for more information visit the package's GitHub page
Package contains the following modules:
The module Complex
defines an opaque Complex
type which represents a complex number.
Basic functions are provided to work with complex numbers and care has been taken to ensure consistancy when complex numbers are NaN (i.e. zero divided by zero) or Infinite (i.e. one divided by zero).