Method: Eot#sin_to_earth

Defined in:
ext/eot/eot.c

#sin_to_earth(vtoe) ⇒ Object

C extension



102
103
104
105
# File 'ext/eot/eot.c', line 102

VALUE func_sin_to_earth(VALUE klass, VALUE vtoe) {
  rb_ivar_set(klass, id_status, INT2FIX(0));
  return DBL2NUM(sin_to_earth(NUM2DBL(vtoe)));
}