MCPcopy Create free account
hub / github.com/aistrate/AlgorithmsSedgewick / Complex

Class Complex

Beyond/Complex.java:30–153  ·  view source on GitHub ↗

Compilation: javac Complex.java Execution: java Complex Data type for complex numbers. The data type is "immutable" so once you create and initialize a Complex object, you cannot change it. The "final" keyword when declaring re and im enforces this rule, making it a compile-time error to

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected