Sage-ST ä

Mathlib

Documentation

Arctan Cos Entier Exp
Ln Power Sin Sqrt
tan




  function Sqrt
             (const RealVal : ModSys.FLOAT64) : ModSys.FLOAT64; stdcall;

  exports Sqrt name 'MathLib_Sqrt';




  function Exp
             (const RealVal : ModSys.FLOAT64) : ModSys.FLOAT64; stdcall;

  exports Exp name 'MathLib_Exp';




  function Ln
             (const RealVal : ModSys.FLOAT64) : ModSys.FLOAT64; stdcall;

  exports Ln name 'MathLib_Ln';




  function Sin
             (const RealVal : ModSys.FLOAT64) : ModSys.FLOAT64; stdcall;

  exports Sin name 'MathLib_Sin';




  function Cos
             (const RealVal : ModSys.FLOAT64) : ModSys.FLOAT64; stdcall;

  exports Cos name 'MathLib_Cos';




  function tan
             (const RealVal : ModSys.FLOAT64) : ModSys.FLOAT64; stdcall;

  exports tan name 'MathLib_Tan';




  function Arctan
             (const RealVal : ModSys.FLOAT64) : ModSys.FLOAT64; stdcall;

  exports Arctan name 'MathLib_Arctan';




  function Entier
             (const RealVal : ModSys.FLOAT64) : integer; stdcall;

  exports Entier name 'MathLib_Entier';




  function Power
             (const RealVal : ModSys.FLOAT64;
              const exp1    : ModSys.FLOAT64) : ModSys.FLOAT64; stdcall;

  exports Power name 'MathLib_Power';




Send mail to   warren.merrill@inl.gov with questions or comments about this web site.
Copyright © 1989-2006 Battelle Energy Alliance