1math_list = [ 2 "acos", 3 "acosf", 4 "acosh", 5 "acoshf", 6 "acoshl", 7 "acosl", 8 "asin", 9 "asinf", 10 "asinh", 11 "asinhf", 12 "asinhl", 13 "asinl", 14 "atan", 15 "atan2", 16 "atan2f", 17 "atan2l", 18 "atanf", 19 "atanh", 20 "atanhf", 21 "atanhl", 22 "atanl", 23 "cbrt", 24 "cbrtf", 25 "cbrtl", 26 "ceil", 27 "ceilf", 28 "ceill", 29 "copysign", 30 "copysignf", 31 "copysignl", 32 "cos", 33 "cosf", 34 "cosh", 35 "coshf", 36 "coshl", 37 "cosl", 38 "drem", 39 "dremf", 40 "erf", 41 "erfc", 42 "erfcf", 43 "erfcl", 44 "erff", 45 "erfl", 46 "exp", 47 "exp10", 48 "exp10f", 49 "exp10l", 50 "exp2", 51 "exp2f", 52 "exp2l", 53 "expf", 54 "expl", 55 "expm1", 56 "expm1f", 57 "expm1l", 58 "fabs", 59 "fabsf", 60 "fabsl", 61 "fdim", 62 "fdimf", 63 "fdiml", 64 "fenv", 65 "floor", 66 "floorf", 67 "floorl", 68 "fma", 69 "fmaf", 70 "fmal", 71 "fmax", 72 "fmaxf", 73 "fmaxl", 74 "fmin", 75 "fminf", 76 "fminl", 77 "fmod", 78 "fmodf", 79 "fmodl", 80 "fpclassify", 81 "frexp", 82 "frexpf", 83 "frexpl", 84 "hypot", 85 "hypotf", 86 "hypotl", 87 "ilogb", 88 "ilogbf", 89 "ilogbl", 90 "isless", 91 "j0", 92 "j0f", 93 "j1", 94 "j1f", 95 "jn", 96 "jnf", 97 "ldexp", 98 "ldexpf", 99 "ldexpl", 100 "lgamma", 101 "lgamma_r", 102 "lgammaf", 103 "lgammaf_r", 104 "lgammal", 105 "lgammal_r", 106 "llrint", 107 "llrintf", 108 "llrintl", 109 "llround", 110 "llroundf", 111 "llroundl", 112 "log", 113 "log10", 114 "log10f", 115 "log10l", 116 "log1p", 117 "log1pf", 118 "log1pl", 119 "log2", 120 "log2f", 121 "log2l", 122 "logb", 123 "logbf", 124 "logbl", 125 "logf", 126 "logl", 127 "lrint", 128 "lrintf", 129 "lrintl", 130 "lround", 131 "lroundf", 132 "lroundl", 133 "modf", 134 "modff", 135 "modfl", 136 "nearbyint", 137 "nearbyintf", 138 "nearbyintl", 139 "nextafter", 140 "nextafterf", 141 "nextafterl", 142 "nexttoward", 143 "nexttowardf", 144 "nexttowardl", 145 "pow", 146 "pow10", 147 "pow10f", 148 "pow10l", 149 "powf", 150 "powl", 151 "remainder", 152 "remainderf", 153 "remainderl", 154 "remquo", 155 "remquof", 156 "remquol", 157 "rint", 158 "rintf", 159 "rintl", 160 "round", 161 "roundf", 162 "roundl", 163 "scalb", 164 "scalbf", 165 "scalbln", 166 "scalblnf", 167 "scalblnl", 168 "scalbn", 169 "scalbnf", 170 "scalbnl", 171 "sin", 172 "sincos", 173 "sincosf", 174 "sincosl", 175 "sinf", 176 "sinh", 177 "sinhf", 178 "sinhl", 179 "sinl", 180 "sqrt", 181 "sqrtf", 182 "sqrtl", 183 "tan", 184 "tanf", 185 "tanh", 186 "tanhf", 187 "tanhl", 188 "tanl", 189 "tgamma", 190 "tgammaf", 191 "tgammal", 192 "trunc", 193 "truncf", 194 "truncl", 195 "y0", 196 "y0f", 197 "y1", 198 "y1f", 199 "yn", 200 "ynf", 201] 202