Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 666 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 666 Bytes

elm-complex Build Status

Library of mathematical functions enabling complex calculations in elm.

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).

Roadmap

  • Support for trigonometic functions.