view modules/frexpf @ 17259:bc20efc34eba octave-stable

branch to handle patches for Octave stable
author John W. Eaton <jwe@octave.org>
date Thu, 03 Jan 2013 14:26:52 -0500
parents 622d3734ca5a
children fdbe3125f81a
line wrap: on
line source

Description:
frexpf() function: split a float into its constituents.

Files:
lib/frexpf.c
m4/frexpf.m4
m4/mathfunc.m4

Depends-on:
math
frexp           [test $HAVE_FREXPF = 0 || test $REPLACE_FREXPF = 1]

configure.ac:
gl_FUNC_FREXPF
if test $HAVE_FREXPF = 0 || test $REPLACE_FREXPF = 1; then
  AC_LIBOBJ([frexpf])
fi
gl_MATH_MODULE_INDICATOR([frexpf])

Makefile.am:

Include:
<math.h>

Link:
$(FREXPF_LIBM)

License:
LGPL

Maintainer:
Bruno Haible