Get_Double         66 math.c             dx = Get_Double(x);
Get_Double         67 math.c             dy = Get_Double(y);
Get_Double        110 math.c             return DBL2NUM(cos(Get_Double(x)));
Get_Double        131 math.c             return DBL2NUM(sin(Get_Double(x)));
Get_Double        152 math.c             return DBL2NUM(tan(Get_Double(x)));
Get_Double        174 math.c             d = Get_Double(x);
Get_Double        198 math.c             d = Get_Double(x);
Get_Double        220 math.c             return DBL2NUM(atan(Get_Double(x)));
Get_Double        248 math.c             return DBL2NUM(cosh(Get_Double(x)));
Get_Double        276 math.c             return DBL2NUM(sinh(Get_Double(x)));
Get_Double        304 math.c             return DBL2NUM(tanh(Get_Double(x)));
Get_Double        326 math.c             d = Get_Double(x);
Get_Double        349 math.c             return DBL2NUM(asinh(Get_Double(x)));
Get_Double        371 math.c             d = Get_Double(x);
Get_Double        399 math.c             return DBL2NUM(exp(Get_Double(x)));
Get_Double        463 math.c             d = Get_Double(x);
Get_Double        516 math.c             d = Get_Double(x);
Get_Double        556 math.c             d = Get_Double(x);
Get_Double        596 math.c             d = Get_Double(x);
Get_Double        641 math.c             return DBL2NUM(cbrt(Get_Double(x)));
Get_Double        661 math.c             d = frexp(Get_Double(x), &exp);
Get_Double        678 math.c             return DBL2NUM(ldexp(Get_Double(x), NUM2INT(n)));
Get_Double        694 math.c             return DBL2NUM(hypot(Get_Double(x), Get_Double(y)));
Get_Double        714 math.c             return DBL2NUM(erf(Get_Double(x)));
Get_Double        734 math.c             return DBL2NUM(erfc(Get_Double(x)));
Get_Double        845 math.c             d = Get_Double(x);
Get_Double        877 math.c             d = Get_Double(x);