projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7f2007a94848c48df819bafa41302aa70a67b26c
[pspp]
/
modules
/
sinl
1
Description:
2
sinl() function: sine function with long double argument.
3
4
Files:
5
lib/sinl.c
6
lib/trigl.h
7
lib/sincosl.c
8
lib/trigl.c
9
m4/sinl.m4
10
11
Depends-on:
12
math
13
extensions
14
float [test $HAVE_SINL = 0]
15
isnanl [test $HAVE_SINL = 0]
16
floor [test $HAVE_SINL = 0]
17
floorl [test $HAVE_SINL = 0]
18
19
configure.ac:
20
gl_FUNC_SINL
21
gl_MATH_MODULE_INDICATOR([sinl])
22
23
Makefile.am:
24
25
Include:
26
<math.h>
27
28
Link:
29
$(SINL_LIBM)
30
31
License:
32
LGPL
33
34
Maintainer:
35
Paolo Bonzini