|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.util.Numeric
public class Numeric
Nested Class Summary | |
---|---|
static class |
Numeric.ComplexPatterns
|
static class |
Numeric.RationalPatterns
|
Field Summary | |
---|---|
static boolean |
CANON
|
Constructor Summary | |
---|---|
Numeric()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean CANON
Constructor Detail |
---|
public Numeric()
Method Detail |
---|
public static IRubyObject f_add(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_cmp(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_div(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_gt_p(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_lt_p(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_mod(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_mul(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_sub(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_xor(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_abs(ThreadContext context, IRubyObject x)
public static IRubyObject f_abs2(ThreadContext context, IRubyObject x)
public static IRubyObject f_arg(ThreadContext context, IRubyObject x)
public static IRubyObject f_conjugate(ThreadContext context, IRubyObject x)
public static IRubyObject f_denominator(ThreadContext context, IRubyObject x)
public static IRubyObject f_exact_p(ThreadContext context, IRubyObject x)
public static IRubyObject f_numerator(ThreadContext context, IRubyObject x)
public static IRubyObject f_polar(ThreadContext context, IRubyObject x)
public static IRubyObject f_real_p(ThreadContext context, IRubyObject x)
public static IRubyObject f_integer_p(ThreadContext context, IRubyObject x)
public static IRubyObject f_divmod(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_floor(ThreadContext context, IRubyObject x)
public static IRubyObject f_inspect(ThreadContext context, IRubyObject x)
public static IRubyObject f_negate(ThreadContext context, IRubyObject x)
public static IRubyObject f_to_f(ThreadContext context, IRubyObject x)
public static IRubyObject f_to_i(ThreadContext context, IRubyObject x)
public static IRubyObject f_to_r(ThreadContext context, IRubyObject x)
public static IRubyObject f_to_s(ThreadContext context, IRubyObject x)
public static IRubyObject f_truncate(ThreadContext context, IRubyObject x)
public static IRubyObject f_equal(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_expt(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_idiv(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_quo(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_rshift(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_lshift(ThreadContext context, IRubyObject x, IRubyObject y)
public static boolean f_negative_p(ThreadContext context, IRubyObject x)
public static boolean f_zero_p(ThreadContext context, IRubyObject x)
public static boolean f_one_p(ThreadContext context, IRubyObject x)
public static long i_gcd(long x, long y)
public static IRubyObject f_gcd(ThreadContext context, IRubyObject x, IRubyObject y)
public static IRubyObject f_lcm(ThreadContext context, IRubyObject x, IRubyObject y)
public static long i_ilog2(ThreadContext context, IRubyObject x)
public static double ldexp(double f, long e)
public static double frexp(double mantissa, long[] e)
public static IRubyObject int_pow(ThreadContext context, long x, long y)
public static boolean k_exact_p(IRubyObject x)
public static boolean k_inexact_p(IRubyObject x)
public static IRubyObject[] nurat_rationalize_internal(ThreadContext context, IRubyObject[] ary)
public static void checkInteger(ThreadContext context, IRubyObject obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |