logo


math
Interface Operation


public interface Operation

f:C->C type interface

ResFracti

Created by Michael Rule on Mon Mar 28 2005.


Method Summary
 complex execute(complex num)
          Function wrapper for f:C->C complex maps
 boolean is_analytic()
          Indicates weather the function is analytic.
 

Method Detail

execute

complex execute(complex num)
Function wrapper for f:C->C complex maps

Parameters:
num -
Returns:
operation applied to num

is_analytic

boolean is_analytic()
Indicates weather the function is analytic.

Returns:
True if map is analytic, else false.