Edit

kc3-lang/gnulib/modules/sinf

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2011-10-08 22:57:59
    Hash : e2de8c10
    Message : New module 'sinf'. * lib/math.in.h (sinf): New declaration. * lib/sinf.c: New file. * m4/sinf.m4: New file. * m4/math_h.m4 (gl_MATH_H): Test whether sinf is declared. (gl_MATH_H_DEFAULTS): Initialize GNULIB_SINF, HAVE_SINF. * modules/math (Makefile.am): Substitute GNULIB_SINF, HAVE_SINF. * modules/sinf: New file. * tests/test-math-c++.cc: Check the declaration of sinf. * doc/posix-functions/sinf.texi: Mention the new module.

  • modules/sinf
  • Description:
    sinf() function: sine function.
    
    Files:
    lib/sinf.c
    m4/sinf.m4
    
    Depends-on:
    math
    sin             [test $HAVE_SINF = 0]
    
    configure.ac:
    gl_FUNC_SINF
    if test $HAVE_SINF = 0; then
      AC_LIBOBJ([sinf])
    fi
    gl_MATH_MODULE_INDICATOR([sinf])
    
    Makefile.am:
    
    Include:
    <math.h>
    
    Link:
    $(SINF_LIBM)
    
    License:
    LGPL
    
    Maintainer:
    Bruno Haible