[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS Module FREXP in FDLIBM


FREXP

 
For a given arg, frexp(arg,exp) returns values x and exp such that .5 <= |x| < 1 and arg
= x * 2^exp. A portable C implementation for machines that support IEEE 754
floating point arithmetic or other standards such as SVID, X/OPEN, and
POSIX/ANSI.
 
Classes  :  A3a . Standard precision real arithmetic
            A6c . Decomposition, construction of machine numbers
 
Type     : C subroutine in FDLIBM package.
Access   : Public domain. Portable.
Precision: Double.
 
Usage    : r = frexp(arg,&exp)
 
Details  : Fullsource Readme Source
Sites    : (1) NETLIB
 

Implementation of FREXP from FDLIBM on NETLIB

 
NETLIB:    Public access repository, The University of Tennessee at
           Knoxville and Bell Laboratories
 
Precision: Double.
 
You may access components from NETLIB outside GAMS as follows.
 
   Readme       : Anonymous FTP from ftp.netlib.org in fdlibm/readme
   Source       : Anonymous FTP from ftp.netlib.org in fdlibm/s_frexp.c
   Fullsource   : World Wide Web at
                  http://www.netlib.org/fdlibm/s_frexp.c plus
                  dependencies


[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS is a service of the Mathematical and Computational Sciences Division of the Information Technology Laboratory of the National Institute of Standards and Technology

This page was generated on Sun Jul 06, 2008 at 03:12:08 UTC