Class ArcTangent

java.lang.Object
  |
  +--AbstractELOperator
        |
        +--OneArgumentOperator
              |
              +--ArcTangent
All Implemented Interfaces:
ELOperator

public final class ArcTangent
extends OneArgumentOperator
implements ELOperator


Field Summary
(package private) static float scale
           
 
Fields inherited from interface ELOperator
LARGE_NUMER_OF_ARGUMENTS
 
Constructor Summary
ArcTangent()
           
 
Method Summary
 java.lang.String description()
          An english language description of what this operator does.
protected  float function(float f)
          Your element wise operator.
 java.lang.String name()
          Name of this operator (usually the same as unparse()).
 
Methods inherited from class OneArgumentOperator
apply, checkArguments, getMaxNumArguments, getMinNumArguments, unparse
 
Methods inherited from class AbstractELOperator
clamp, hasExternalInfluences, iconString, paintIcon
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ELOperator
apply, getMaxNumArguments, getMinNumArguments, hasExternalInfluences, paintIcon, unparse
 

Field Detail

scale

static final float scale
Constructor Detail

ArcTangent

public ArcTangent()
Method Detail

function

protected final float function(float f)
Description copied from class: OneArgumentOperator
Your element wise operator.
Overrides:
function in class OneArgumentOperator

name

public java.lang.String name()
Description copied from interface: ELOperator
Name of this operator (usually the same as unparse()).
Specified by:
name in interface ELOperator

description

public java.lang.String description()
Description copied from interface: ELOperator
An english language description of what this operator does.
Specified by:
description in interface ELOperator