Click or drag to resize

DUMACH Class

***PURPOSE Compute the unit roundoff of the machine. ***CATEGORY R1 ***TYPE DOUBLE PRECISION (RUMACH-S, DUMACH-D) ***KEYWORDS MACHINE CONSTANTS ***AUTHOR Hindmarsh, Alan C., (LLNL) ***DESCRIPTION *Usage: DOUBLE PRECISION A, DUMACH A = DUMACH() *Function Return Values: A : the unit roundoff of the machine. *Description: The unit roundoff is defined as the smallest positive machine number u such that 1.0 + u .ne. 1.0. This is computed by DUMACH in a machine-independent manner. ***REFERENCES (NONE) ***ROUTINES CALLED DUMSUM ***REVISION HISTORY (YYYYMMDD) 19930216 DATE WRITTEN 19930818 Added SLATEC-format prologue. (FNF) 20030707 Added DUMSUM to force normal storage of COMP. (ACH) ***END PROLOGUE DUMACH ***FIRST EXECUTABLE STATEMENT DUMACH
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Ode.Obsolete.DVodeDUMACH

Namespace: Altaxo.Calc.Ode.Obsolete.DVode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class DUMACH

The DUMACH type exposes the following members.

Constructors
 NameDescription
Public methodDUMACHInitializes a new instance of the DUMACH class
Public methodDUMACH(DUMSUM)Initializes a new instance of the DUMACH class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRun ***PURPOSE Compute the unit roundoff of the machine. ***CATEGORY R1 ***TYPE DOUBLE PRECISION (RUMACH-S, DUMACH-D) ***KEYWORDS MACHINE CONSTANTS ***AUTHOR Hindmarsh, Alan C., (LLNL) ***DESCRIPTION *Usage: DOUBLE PRECISION A, DUMACH A = DUMACH() *Function Return Values: A : the unit roundoff of the machine. *Description: The unit roundoff is defined as the smallest positive machine number u such that 1.0 + u .ne. 1.0. This is computed by DUMACH in a machine-independent manner. ***REFERENCES (NONE) ***ROUTINES CALLED DUMSUM ***REVISION HISTORY (YYYYMMDD) 19930216 DATE WRITTEN 19930818 Added SLATEC-format prologue. (FNF) 20030707 Added DUMSUM to force normal storage of COMP. (ACH) ***END PROLOGUE DUMACH ***FIRST EXECUTABLE STATEMENT DUMACH
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also