cephes_names.h 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. #ifndef CEPHES_NAMES_H
  2. #define CEPHES_NAMES_H
  3. /* cephes/acosh.c */
  4. #define acosh cephes_acosh
  5. /* cephes/airy.c */
  6. #define airy cephes_airy
  7. /* cephes/asin.c */
  8. #define asin cephes_asin
  9. #define acos cephes_acos
  10. /* cephes/asinh.c */
  11. #define asinh cephes_asinh
  12. /* cephes/atan.c */
  13. #define atan cephes_atan
  14. #define atan2 cephes_atan2
  15. /* cephes/atanh.c */
  16. #define atanh cephes_atanh
  17. /* cephes/bdtr.c */
  18. #define bdtrc cephes_bdtrc
  19. #define bdtr cephes_bdtr
  20. #define bdtri cephes_bdtri
  21. /* cephes/beta.c */
  22. #define beta cephes_beta
  23. #define lbeta cephes_lbeta
  24. /* cephes/btdtr.c */
  25. #define btdtr cephes_btdtr
  26. /* cephes/cbrt.c */
  27. #define cbrt cephes_cbrt
  28. /* cephes/chbevl.c */
  29. #define chbevl cephes_chbevl
  30. /* cephes/chdtr.c */
  31. #define chdtrc cephes_chdtrc
  32. #define chdtr cephes_chdtr
  33. #define chdtri cephes_chdtri
  34. /* cephes/const.c */
  35. /* cephes/cosh.c */
  36. #define cosh cephes_cosh
  37. /* cephes/dawsn.c */
  38. #define dawsn cephes_dawsn
  39. /* cephes/ei.c */
  40. #define ei cephes_ei
  41. /* cephes/ellie.c */
  42. #define ellie cephes_ellie
  43. /* cephes/ellik.c */
  44. #define ellik cephes_ellik
  45. /* cephes/ellpe.c */
  46. #define ellpe cephes_ellpe
  47. /* cephes/ellpj.c */
  48. #define ellpj cephes_ellpj
  49. /* cephes/ellpk.c */
  50. #define ellpk cephes_ellpk
  51. /* cephes/exp.c */
  52. #define exp cephes_exp
  53. /* cephes/exp10.c */
  54. #define exp10 cephes_exp10
  55. /* cephes/exp2.c */
  56. #define exp2 cephes_exp2
  57. /* cephes/expn.c */
  58. #define expn cephes_expn
  59. /* cephes/expx2.c */
  60. #define expx2 cephes_expx2
  61. /* cephes/fac.c */
  62. #define fac cephes_fac
  63. /* cephes/fdtr.c */
  64. #define fdtrc cephes_fdtrc
  65. #define fdtr cephes_fdtr
  66. #define fdtri cephes_fdtri
  67. /* cephes/floor.c */
  68. #define frexp cephes_frexp
  69. #define ldexp cephes_ldexp
  70. /* cephes/fresnl.c */
  71. #define fresnl cephes_fresnl
  72. /* cephes/gamma.c */
  73. #define gamma cephes_gamma
  74. #define lgam cephes_lgam
  75. /* cephes/gdtr.c */
  76. #define gdtr cephes_gdtr
  77. #define gdtrc cephes_gdtrc
  78. /* cephes/hyp2f1.c */
  79. #define hyp2f1 cephes_hyp2f1
  80. /* cephes/hyperg.c */
  81. #define hyperg cephes_hyperg
  82. #define hyp2f0 cephes_hyp2f0
  83. /* cephes/i0.c */
  84. #define i0 cephes_i0
  85. #define i0e cephes_i0e
  86. /* cephes/i1.c */
  87. #define i1 cephes_i1
  88. #define i1e cephes_i1e
  89. /* cephes/igam.c */
  90. #define igamc cephes_igamc
  91. #define igam cephes_igam
  92. /* cephes/igami.c */
  93. #define igami cephes_igami
  94. /* cephes/incbet.c */
  95. #define incbet cephes_incbet
  96. /* cephes/incbi.c */
  97. #define incbi cephes_incbi
  98. /* cephes/isnan.c */
  99. #define signbit cephes_signbit
  100. #define isnan cephes_isnan
  101. #define isfinite cephes_isfinite
  102. /* cephes/iv.c */
  103. #define iv cephes_iv
  104. /* cephes/j0.c */
  105. #define j0 cephes_j0
  106. #define y0 cephes_y0
  107. /* cephes/j1.c */
  108. #define j1 cephes_j1
  109. #define y1 cephes_y1
  110. /* cephes/jn.c */
  111. #define jn cephes_jn
  112. /* cephes/jv.c */
  113. #define jv cephes_jv
  114. /* cephes/k0.c */
  115. #define k0 cephes_k0
  116. #define k0e cephes_k0e
  117. /* cephes/k1.c */
  118. #define k1 cephes_k1
  119. #define k1e cephes_k1e
  120. /* cephes/kn.c */
  121. #define kn cephes_kn
  122. /* cephes/kolmogorov.c */
  123. #define smirnov cephes_smirnov
  124. #define kolmogorov cephes_kolmogorov
  125. #define smirnovi cephes_smirnovi
  126. #define kolmogi cephes_kolmogi
  127. /* cephes/log.c */
  128. #define log cephes_log
  129. /* cephes/log10.c */
  130. #define log10 cephes_log10
  131. /* cephes/log2.c */
  132. #define log2 cephes_log2
  133. /* cephes/nbdtr.c */
  134. #define nbdtrc cephes_nbdtrc
  135. #define nbdtr cephes_nbdtr
  136. #define nbdtri cephes_nbdtri
  137. /* cephes/ndtr.c */
  138. #define ndtr cephes_ndtr
  139. #define erfc cephes_erfc
  140. #define erf cephes_erf
  141. /* cephes/ndtri.c */
  142. #define ndtri cephes_ndtri
  143. /* cephes/pdtr.c */
  144. #define pdtrc cephes_pdtrc
  145. #define pdtr cephes_pdtr
  146. #define pdtri cephes_pdtri
  147. /* cephes/planck.c */
  148. #define plancki cephes_plancki
  149. #define planckc cephes_planckc
  150. #define planckd cephes_planckd
  151. #define planckw cephes_planckw
  152. /* cephes/polevl.c */
  153. #define polevl cephes_polevl
  154. #define p1evl cephes_p1evl
  155. /* cephes/polylog.c */
  156. #define polylog cephes_polylog
  157. /* cephes/pow.c */
  158. #define pow cephes_pow
  159. /* cephes/powi.c */
  160. #define powi cephes_powi
  161. /* cephes/psi.c */
  162. #define psi cephes_psi
  163. /* cephes/rgamma.c */
  164. #define rgamma cephes_rgamma
  165. /* cephes/round.c */
  166. #define round cephes_round
  167. /* cephes/shichi.c */
  168. #define shichi cephes_shichi
  169. /* cephes/sici.c */
  170. #define sici cephes_sici
  171. /* cephes/sin.c */
  172. #define sin cephes_sin
  173. #define cos cephes_cos
  174. #define radian cephes_radian
  175. /* cephes/sincos.c */
  176. #define sincos cephes_sincos
  177. /* cephes/sindg.c */
  178. #define sindg cephes_sindg
  179. #define cosdg cephes_cosdg
  180. /* cephes/sinh.c */
  181. #define sinh cephes_sinh
  182. /* cephes/spence.c */
  183. #define spence cephes_spence
  184. /* cephes/stdtr.c */
  185. #define stdtr cephes_stdtr
  186. #define stdtri cephes_stdtri
  187. /* cephes/struve.c */
  188. #define onef2 cephes_onef2
  189. #define threef0 cephes_threef0
  190. #define struve cephes_struve
  191. #define yv cephes_yv
  192. /* cephes/tan.c */
  193. #define tan cephes_tan
  194. #define cot cephes_cot
  195. /* cephes/tandg.c */
  196. #define tandg cephes_tandg
  197. #define cotdg cephes_cotdg
  198. /* cephes/tanh.c */
  199. #define tanh cephes_tanh
  200. /* cephes/unity.c */
  201. #define log1p cephes_log1p
  202. #define expm1 cephes_expm1
  203. #define cosm1 cephes_cosm1
  204. /* cephes/yn.c */
  205. #define yn cephes_yn
  206. /* cephes/zeta.c */
  207. #define zeta cephes_zeta
  208. /* cephes/zetac.c */
  209. #define zetac cephes_zetac
  210. #endif