
  MathiX TPU 1.31 BETA
  
  This Turbo Pascal Unit will make you able to use
  the following mathematical functions in Pascal:

  FUNCTION e : REAL;
  FUNCTION sign( x : REAL ) : INTEGER;
  FUNCTION tan( x : REAL ) : REAL;
  FUNCTION cot( x : REAL ) : REAL;
  FUNCTION asin( x : REAL ) : REAL;
  FUNCTION acos( x : REAL ) : REAL;
  FUNCTION atan( x : REAL ) : REAL;
  FUNCTION acot( x : REAL ) : REAL;
  FUNCTION log( x, a : REAL ) : REAL;
  FUNCTION log10( x : REAL ) : REAL;
  FUNCTION pow( a, x : REAL ) : REAL;
  FUNCTION fac( x : REAL ) : REAL;
  FUNCTION sigmoid( x, a : REAL ) : REAL;
  FUNCTION sinh( x : REAL ) : REAL;
  FUNCTION cosh( x : REAL ) : REAL;
  FUNCTION tanh( x : REAL ) : REAL;
  FUNCTION coth( x : REAL ) : REAL;

  --> Homepage: http://www.hartwork.org
  --> E-Mail: webmaster@hartwork.org

  Copyright  2002 Sebastian Pipping

