Lines Matching refs:x
12 def acos(x): argument
19 def acosh(x): argument
26 def asin(x): argument
33 def asinh(x): argument
39 def atan(x): argument
45 def atan2(y, x): argument
51 def atanh(x): argument
57 def ceil(x): argument
62 def copysign(x, y): argument
68 def cos(x): argument
73 def cosh(x): argument
78 def degrees(x): argument
84 def erf(x): argument
90 def erfc(x): argument
95 def exp(x): argument
100 def expm1(x): argument
106 def fabs(x): argument
112 def floor(x): argument
118 def fmod(x, y): argument
124 def frexp(x): argument
129 def gamma(x): argument
135 def isfinite(x): argument
141 def isinf(x): argument
147 def isnan(x): argument
153 def ldexp(x, exp): argument
159 def lgamma(x): argument
165 def log(x): argument
171 def log10(x): argument
177 def log2(x): argument
184 def modf(x): argument
190 def pow(x, y): argument
196 def radians(x): argument
202 def sin(x): argument
208 def sinh(x): argument
214 def sqrt(x): argument
220 def tan(x): argument
226 def tanh(x): argument
232 def trunc(x): argument