36 lines
512 B
Plaintext
36 lines
512 B
Plaintext
Description:
|
|
modf() function: get signed integer and fractional parts.
|
|
|
|
Files:
|
|
lib/modf.c
|
|
m4/modf.m4
|
|
m4/mathfunc.m4
|
|
|
|
Depends-on:
|
|
math
|
|
isfinite [test $REPLACE_MODF = 1]
|
|
trunc [test $REPLACE_MODF = 1]
|
|
isinf [test $REPLACE_MODF = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_MODF
|
|
gl_CONDITIONAL([GL_COND_OBJ_MODF], [test $REPLACE_MODF = 1])
|
|
gl_MATH_MODULE_INDICATOR([modf])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_MODF
|
|
lib_SOURCES += modf.c
|
|
endif
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(MODF_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|