summaryrefslogtreecommitdiff
path: root/modules/sqrtf
blob: 9ed57546abd4cd61793127e2ef9570fce0d12eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Description:
sqrtf() function: square root.

Files:
lib/sqrtf.c
m4/sqrtf.m4

Depends-on:
math
extensions
sqrt            [test $HAVE_SQRTF = 0]

configure.ac:
gl_FUNC_SQRTF
gl_CONDITIONAL([GL_COND_OBJ_SQRTF], [test $HAVE_SQRTF = 0])
gl_MATH_MODULE_INDICATOR([sqrtf])

Makefile.am:
if GL_COND_OBJ_SQRTF
lib_SOURCES += sqrtf.c
endif

Include:
<math.h>

Link:
$(SQRTF_LIBM)

License:
LGPL

Maintainer:
all