cds.tools.parser
Class NepLog

java.lang.Object
  extended by cds.tools.parser.Operator
      extended by cds.tools.parser.Function
          extended by cds.tools.parser.NepLog

public class NepLog
extends Function

Fonction logarithme népérien this class used to be called "Ln" but some Windows JVM did not like that (!)


Constructor Summary
NepLog()
           
 
Method Summary
 double eval(double x)
          évaluation de la fonction au point x
 java.lang.String keyword()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NepLog

public NepLog()
Method Detail

keyword

public java.lang.String keyword()
Returns:
String chaîne permettant de reconnaître la fonction

eval

public double eval(double x)
Description copied from class: Function
évaluation de la fonction au point x

Returns:
double valeur de la fonction en x


Copyright © 2009 UDS/CNRS