Sha256: 2f6ebc73b03a4f896d1370296e530a3a1a8bde2b89fd71829dbbf0b3f4efe548

Contents?: true

Size: 119 Bytes

Versions: 5

Compression:

Stored size: 119 Bytes

Contents

require_relative '../function'

Dentaku::AST::Function.register(:rounddown, :numeric, ->(numeric) {
  numeric.floor
})

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dentaku-2.0.5 lib/dentaku/ast/functions/rounddown.rb
dentaku-2.0.4 lib/dentaku/ast/functions/rounddown.rb
dentaku-2.0.3 lib/dentaku/ast/functions/rounddown.rb
dentaku-2.0.2 lib/dentaku/ast/functions/rounddown.rb
dentaku-2.0.1 lib/dentaku/ast/functions/rounddown.rb