MathConstant
Object Hierarchy:
Description:
public interface MathConstant :
Object,
MathExpression
All known implementing classes:
All known sub-interfaces:
Content:
Methods:
- public abstract MathConstant add (MathConstant c)
- public abstract MathConstant divide (MathConstant c)
- public abstract MathConstant multiply (MathConstant c)
- public abstract MathConstant neg ()
- public abstract MathConstant pow (MathConstant c)
- public abstract MathConstant subtract (MathConstant c)
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface GCalc.MathExpression