Package org.flag4j.complex_numbers
package org.flag4j.complex_numbers
This package contains the CNumber object which stores complex numbers in rectangular format and provides several methods allowing for computation with and manipulation of the complex numbers.
This package also contains classes useful for parsing complex numbers represented as Strings.
-
ClassDescriptionA complex number stored in rectangular form with both the real and imaginary components stored as a 64-bit floats.A lexer for producing the tokens of a complex number represented as a string.A parser for complex numbers represented as a string.A CNumberToken is the smallest unit of a string which is being parsed to a complex number.Contains simple utility functions for the
CNumber
object.