MCPcopy Create free account
hub / github.com/daveagp/java_visualize / Complex

Class Complex

example-code/Complex.java:32–154  ·  view source on GitHub ↗

From: http://introcs.cs.princeton.edu/java/home/ (Section 9.7) 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

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