Click or drag to resize

DLAMC1Run Method

Purpose ======= DLAMC1 determines the machine parameters given by BETA, T, RND, and IEEE1.

Namespace: DotNumerics.LinearAlgebra.CSLapack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	ref int BETA,
	ref int T,
	ref bool RND,
	ref bool IEEE1
)
Request Example View Source

Parameters

BETA  Int32
(output) INTEGER The base of the machine.
T  Int32
(output) INTEGER The number of ( BETA ) digits in the mantissa.
RND  Boolean
(output) LOGICAL Specifies whether proper rounding ( RND = .TRUE. ) or chopping ( RND = .FALSE. ) occurs in addition. This may not be a reliable guide to the way in which the machine performs its arithmetic.
IEEE1  Boolean
(output) LOGICAL Specifies whether rounding appears to be done in the IEEE 'round to nearest' style.
See Also