-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joseph Myers
committed
Sep 4, 2013
1 parent
9fc2e09
commit b92a20b
Showing
4 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
#ifndef _COMPLEX_H | ||
# include <math/complex.h> | ||
|
||
# ifndef _ISOMAC | ||
/* Return the complex inverse hyperbolic sine of finite nonzero Z, | ||
with the imaginary part of the result subtracted from pi/2 if ADJ | ||
is nonzero. */ | ||
extern complex float __kernel_casinhf (complex float z, int adj); | ||
extern complex double __kernel_casinh (complex double z, int adj); | ||
extern complex long double __kernel_casinhl (complex long double z, int adj); | ||
# endif | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters