math.complex
Interface ComplexFunction


public interface ComplexFunction

Created by IntelliJ IDEA. User: dlyon Date: Oct 16, 2008 Time: 4:45:53 PM Copyright DocJava, Inc. 2008


Method Summary
 float getComplex(float x, float y)
           
 float getReal(float x, float y)
           
 

Method Detail

getReal

float getReal(float x,
              float y)

getComplex

float getComplex(float x,
                 float y)