Classes

Package jscicalc.expression

Classes

class  ACos
 This class represents an inverse cosine function of an expression. More...
class  And
 This class represents an and function. More...
class  ASin
 This class represents an inverse sine function of an expression. More...
class  ATan
 This class represents an inverse tangent function of an expression. More...
class  Combination
 This class represents a combination function. More...
class  Conjugate
 This class represents a complex conjugate function of an expression. More...
class  Cos
 This class represents a cosine function of an expression. More...
class  Dyadic< E extends jscicalc.pobject.PObject >
 This class represents a dyadic function of two OObjects, at least one of which is an expression. More...
class  Exp
 This class represents a exponential function of an expression. More...
class  Expression
 This class represents an output token that can be handled by Parser and is not an Error or Complex. More...
class  Factorial
 This class represents a complex conjugate function of an expression. More...
class  Ln
 This class represents a natural logarithm function of an expression. More...
class  Log
 This class represents a logarithm function of an expression. More...
class  Monadic
 This class represents a monadic function of an expression. More...
class  Or
 This class represents an or function. More...
class  Permutation
 This class represents a permutation function. More...
class  Power
 This class represents a power function. More...
class  Product
 This class represents a product of Expression objects. More...
class  Sin
 This class represents a sine function of an expression. More...
class  Sum
 This class represents a sum of Expression objects. More...
class  SumOrProduct
 This class represents a sum or product of Expression objects. More...
class  Tan
 This class represents a tangent function of an expression. More...
class  Variable
 This class represents an output variable. More...
class  Xor
 This class represents an xor function. More...