Sha256: fa7d418f0bda75104d3455f71b5174e1fbe969739bad27bc2ef8c18141524705
Contents?: true
Size: 388 Bytes
Versions: 193
Compression:
Stored size: 388 Bytes
Contents
The Julia Base implementation of complex numbers can be found here: https://github.com/JuliaLang/julia/blob/master/base/complex.jl. --- You can work on the bonus exercises by changing `@test_skip` to `@test`. ## Bonus A Implement the exponential function on complex numbers `exp(::ComplexNumber)`. ## Bonus B Implement `jm` analogous to `im` so that `1 + 1jm == ComplexNumber(1, 1)`.
Version data entries
193 entries across 193 versions & 1 rubygems