All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.accelad.math.nilgiri.ComplexNumber Maven / Gradle / Ivy

The newest version!
package com.accelad.math.nilgiri;


public interface ComplexNumber, X> extends Field {


    X conjugate();


    R re();


    R im();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy