Sha256: e07e658147a69f1593cb9532d54a0b99fba9f4aad1f3987c3ff2d410cc8c8329
Contents?: true
Size: 628 Bytes
Versions: 51
Compression:
Stored size: 628 Bytes
Contents
# Complex Numbers A complex number is a number in the form `a + b * i` where `a` and `b` are real and `i` satisfies `i^2 = -1`. Assume the programming language you are using does not have an implementation of complex numbers. To run the tests: ```sh $ gradle test ``` For more detailed info about the Java track see the [help page](http://exercism.io/languages/java). ## Source Wikipedia [https://en.wikipedia.org/wiki/Complex_number](https://en.wikipedia.org/wiki/Complex_number) ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
51 entries across 51 versions & 1 rubygems