?lamc1

Called from ?lamc2. Determines machine parameters given by beta, t, rnd, ieee1.

Syntax

call slamc1( beta, t, rnd, ieee1 )

call dlamc1( beta, t, rnd, ieee1 )

Include Files

The FORTRAN 77 interfaces are specified in the mkl_lapack.fi include file (to be used in Fortran programs) and in the mkl_lapack.h include file (to be used in C programs).

Description

The routine ?lamc1 determines machine parameters given by beta, t, rnd, ieee1.

Output Parameters

beta

INTEGER. The base of the machine.

t

INTEGER. The number of (beta) digits in the mantissa.

rnd

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

LOGICAL.

Specifies whether rounding appears to be done in the ieee 'round to nearest' style.


Submit feedback on this help topic

Copyright © 1994 - 2011, Intel Corporation. All rights reserved.