public class BenchFloatFibRecursive
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static RubyFloat[] |
FLOAT_CACHE |
Constructor and Description |
---|
BenchFloatFibRecursive() |
Modifier and Type | Method and Description |
---|---|
static void |
benchFloatFib(int n) |
static RubyFloat |
boxedFib(ThreadContext context,
RubyFloat n) |
static void |
main(java.lang.String[] args) |
public static RubyFloat[] FLOAT_CACHE
public static void main(java.lang.String[] args)
public static void benchFloatFib(int n)
public static RubyFloat boxedFib(ThreadContext context, RubyFloat n)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.