1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class java_lang_StrictMath */
4
5#ifndef _Included_java_lang_StrictMath
6#define _Included_java_lang_StrictMath
7#ifdef __cplusplus
8extern "C" {
9#endif
10#undef java_lang_StrictMath_E
11#define java_lang_StrictMath_E 2.718281828459045
12#undef java_lang_StrictMath_PI
13#define java_lang_StrictMath_PI 3.141592653589793
14#undef java_lang_StrictMath_DEGREES_TO_RADIANS
15#define java_lang_StrictMath_DEGREES_TO_RADIANS 0.017453292519943295
16#undef java_lang_StrictMath_RADIANS_TO_DEGREES
17#define java_lang_StrictMath_RADIANS_TO_DEGREES 57.29577951308232
18/*
19 * Class: java_lang_StrictMath
20 * Method: sin
21 * Signature: (D)D
22 */
23JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_sin
24 (JNIEnv *, jclass, jdouble);
25
26/*
27 * Class: java_lang_StrictMath
28 * Method: cos
29 * Signature: (D)D
30 */
31JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_cos
32 (JNIEnv *, jclass, jdouble);
33
34/*
35 * Class: java_lang_StrictMath
36 * Method: tan
37 * Signature: (D)D
38 */
39JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_tan
40 (JNIEnv *, jclass, jdouble);
41
42/*
43 * Class: java_lang_StrictMath
44 * Method: asin
45 * Signature: (D)D
46 */
47JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_asin
48 (JNIEnv *, jclass, jdouble);
49
50/*
51 * Class: java_lang_StrictMath
52 * Method: acos
53 * Signature: (D)D
54 */
55JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_acos
56 (JNIEnv *, jclass, jdouble);
57
58/*
59 * Class: java_lang_StrictMath
60 * Method: atan
61 * Signature: (D)D
62 */
63JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_atan
64 (JNIEnv *, jclass, jdouble);
65
66/*
67 * Class: java_lang_StrictMath
68 * Method: log
69 * Signature: (D)D
70 */
71JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_log
72 (JNIEnv *, jclass, jdouble);
73
74/*
75 * Class: java_lang_StrictMath
76 * Method: log10
77 * Signature: (D)D
78 */
79JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_log10
80 (JNIEnv *, jclass, jdouble);
81
82/*
83 * Class: java_lang_StrictMath
84 * Method: sqrt
85 * Signature: (D)D
86 */
87JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_sqrt
88 (JNIEnv *, jclass, jdouble);
89
90/*
91 * Class: java_lang_StrictMath
92 * Method: IEEEremainder
93 * Signature: (DD)D
94 */
95JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_IEEEremainder
96 (JNIEnv *, jclass, jdouble, jdouble);
97
98/*
99 * Class: java_lang_StrictMath
100 * Method: atan2
101 * Signature: (DD)D
102 */
103JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_atan2
104 (JNIEnv *, jclass, jdouble, jdouble);
105
106/*
107 * Class: java_lang_StrictMath
108 * Method: sinh
109 * Signature: (D)D
110 */
111JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_sinh
112 (JNIEnv *, jclass, jdouble);
113
114/*
115 * Class: java_lang_StrictMath
116 * Method: cosh
117 * Signature: (D)D
118 */
119JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_cosh
120 (JNIEnv *, jclass, jdouble);
121
122/*
123 * Class: java_lang_StrictMath
124 * Method: tanh
125 * Signature: (D)D
126 */
127JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_tanh
128 (JNIEnv *, jclass, jdouble);
129
130/*
131 * Class: java_lang_StrictMath
132 * Method: expm1
133 * Signature: (D)D
134 */
135JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_expm1
136 (JNIEnv *, jclass, jdouble);
137
138/*
139 * Class: java_lang_StrictMath
140 * Method: log1p
141 * Signature: (D)D
142 */
143JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_log1p
144 (JNIEnv *, jclass, jdouble);
145
146#ifdef __cplusplus
147}
148#endif
149#endif
150