ruby/benchmark/float_neg_posi.yml

9 строки
121 B
YAML

prelude: |
flo = 4.2
benchmark:
negative?: |
flo.negative?
positive?: |
flo.positive?
loop_count: 20000000