Uses of Class
cds.tools.parser.Function

Packages that use Function
cds.tools.parser   
 

Uses of Function in cds.tools.parser
 

Subclasses of Function in cds.tools.parser
 class Abs
          Fonction valeur absolue
 class Cos
          Fonction cosinus
 class Deg2Rad
          Fonction deg2rad (conversion de degrés en radians)
 class Exp
          Fonction exponentielle
 class Ln
          Fonction logarithme népérien
 class Log
          Fonction logarithme base 10
 class NepLog
          Fonction logarithme népérien this class used to be called "Ln" but some Windows JVM did not like that (!)
 class Rad2Deg
          Fonction rad2deg (conversion de degrés en radians)
 class Sin
          Fonction sinus
 class Sqrt
          Fonction logarithme base 10
 class Tan
          Fonction tangente
 

Methods in cds.tools.parser with parameters of type Function
static void Parser.addFunc(Function f)
          ajoute une fonction à celles reconnues par le parser
 



Copyright © 2009 UDS/CNRS