mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02:00
8 lines
121 B
YAML
8 lines
121 B
YAML
prelude: |
|
|
flo = 4.2
|
|
benchmark:
|
|
negative?: |
|
|
flo.negative?
|
|
positive?: |
|
|
flo.positive?
|
|
loop_count: 20000000
|