MCPcopy Create free account
hub / github.com/Cleveroad/WaveInApp / Complex

Class Complex

app/src/main/java/com/cleveroad/example/Complex.java:32–155  ·  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