Developer Reference for Intel® oneAPI Math Kernel Library for Fortran

ID 766686
Date 3/31/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: GUID-56EF6FF4-DF22-4858-8562-EDE5C2B9D767

Document Table of Contents

?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
  • mkl.fi
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.