Package com.flag4j.complex_numbers


package com.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.

  • Class Summary
    Class
    Description
    A complex number stored in rectangular form.
    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.