elixir-nx / complex

Elixir library for types and mathematical functions for complex numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support infinity and nan

josevalim opened this issue · comments

List of all functions and their current status in supporting non-finite numbers:

  • to_string
    • implementation
    • spec
    • test
  • new
    • implementation
    • spec
    • test
  • parse
    • implementation
    • spec
    • test
  • from_polar
    • implementation
    • spec
    • test
  • phase
    • implementation
    • spec
    • test
  • to_polar
    • implementation
    • spec
    • test
  • add
    • implementation
    • spec
    • test
  • subtract
    • implementation
    • spec
    • test
  • multiply
    • implementation
    • spec
    • test
  • square
    • implementation
    • spec
    • test
  • divide
    • implementation
    • spec
    • test
  • abs
    • implementation
    • spec
    • test
  • abs_squared
    • implementation
    • spec
    • test
  • real
    • implementation
    • spec
    • test
  • imag
    • implementation
    • spec
    • test
  • conjugate
    • implementation
    • spec
    • test
  • sqrt
    • implementation
    • spec
    • test
  • exp
    • implementation
    • spec
    • test
  • ln
    • implementation
    • spec
    • test
  • log10
    • implementation
    • spec
    • test
  • log2
    • implementation
    • spec
    • test
  • power
    • implementation
    • spec
    • test
  • sin
    • implementation
    • spec
    • test
  • negate
    • implementation
    • spec
    • test
  • asin
    • implementation
    • spec
    • test
  • cos
    • implementation
    • spec
    • test
  • acos
    • implementation
    • spec
    • test
  • tan
    • implementation
    • spec
    • test
  • atan
    • implementation
    • spec
    • test
  • atan2
    • implementation
    • spec
    • test
  • cot
    • implementation
    • spec
    • test
  • acot
    • implementation
    • spec
    • test
  • sec
    • implementation
    • spec
    • test
  • asec
    • implementation
    • spec
    • test
  • csc
    • implementation
    • spec
    • test
  • acsc
    • implementation
    • spec
    • test
  • sinh
    • implementation
    • spec
    • test
  • asinh
    • implementation
    • spec
    • test
  • cosh
    • implementation
    • spec
    • test
  • acosh
    • implementation
    • spec
    • test
  • tanh
    • implementation
    • spec
    • test
  • atanh
    • implementation
    • spec
    • test
  • sech
    • implementation
    • spec
    • test
  • asech
    • implementation
    • spec
    • test
  • csch
    • implementation
    • spec
    • test
  • acsch
    • implementation
    • spec
    • test
  • coth
    • implementation
    • spec
    • test
  • acoth
    • implementation
    • spec
    • test
  • erf
    • implementation
    • spec
    • test
  • erfc
    • implementation
    • spec
    • test
  • erf_inv
    • implementation
    • spec
    • test