Mercurial > hg > octave-kai > gnulib-hg
annotate modules/asin @ 15880:e7ece082df33
asin: Use a .m4 file.
* m4/asin.m4: New file.
* modules/asin (Files): Add it.
(configure.ac): Just invoke gl_FUNC_ASIN.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 08 Oct 2011 23:18:27 +0200 |
parents | 6ff1b1c23f57 |
children |
rev | line source |
---|---|
12750
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 asin() function: inverse sine function. |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Files: |
15880 | 5 m4/asin.m4 |
12750
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 m4/mathfunc.m4 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 Depends-on: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 configure.ac: |
15880 | 11 gl_FUNC_ASIN |
12750
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 Makefile.am: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 Include: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 <math.h> |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 Link: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 $(ASIN_LIBM) |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 License: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 LGPL |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 Maintainer: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
25 Bruno Haible |