Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hartmath.lib: Javadoc index of package com.hartmath.lib.


Package Samples:

com.hartmath.lib

Classes:

Formatter: This class provides C-like formatting functions that allow programmers to convert an integer or floating point number into a string with a specified, width, precision and format. For instance this might be used to format monetary data to two decimal places. Because Java does not have variable length argument lists like C, a different strategy must be employed. Each number is passed to a format() method along with formatting instructions. The format() method returns a formatted string which may then be passed to System.out.println() or other methods. In short this is more similar to C's sprintf() ...
C: The C.java class defines global constants. These constants are function-symbols like C.Sin, C.Cos; symbol-constants like C.Pi, C.EulerGamma; variable constants like C.x C.y; pattern-constants like C.x_, C.y_; integer constants like C.CN1, C.C0, C.C1,...; fraction constants like C.CN1D2, C.C1D2,...; composed expressions (HFunction's) like CPiP2; You can construct new mathematical expressions from these constants with the HSymbol.f(...) methods. Example: C.Add.f(C.CN1D3,C.Sin.f( C.PiP2 ) ) constructs the expresssion -1/3+Sin( Pi^2 )
HFileList: This class parses a subtree for files that match a pattern. The pattern may contain one or more * and ? as usual. The class delivers an enumerator for the files, or may be subclassed to handle the files directly. The routines directory and file can be used to return, if more scanning is necessary.
Session: Defines the 'Session' or 'NameSpace' for an evalution. This class can be mapped in servlets to distinguish different SessionIDs.
IOMapper: The IOMapper class implements the persistance of objects in the HObject class hierarchy
Parser: Create an expression of the HObject class-hierarchy from the string representation
ResultOutput: ResultOutput class is an interface for simplifying IO
OutputTextArea: A TextArea class for abstraction of IO with the GUI
OutputStringBuffer: A TextArea class for abstraction of IO with the GUI
HHashEqualTo: Checks if the hashCode of two objects are equal.
ELoadScript: Load a hartmath binary script into the system
ELoadHMScript: Load a hartmath source script into the system
ELoadStreamBeanShell: Load a BeanShell script into the system
ELoadClassLibrary: Load a class library into the system
InitRules: Load a single class into the system
SyntaxError: Exception if an syntax error occure
ELoadClass: Load a single class into the system
ELoadBeanShell: Load and run a BeanShell script
StringEvaluator: Evaluates a given input string
BeanShell: Description of the Class
ContextThread: Evaluates an expression
HLevel: Level specification
HIterator: Class Declaration.

Home | Contact Us | Privacy Policy | Terms of Service