Sha256: 5f621583715ebd16a777aa18bbab59ceaf8b9eb7d971573a3dd7431f97682389

Contents?: true

Size: 149 Bytes

Versions: 69

Compression:

Stored size: 149 Bytes

Contents

$one = 1.30
$two = 2.034e-2

$result = ((( $two + 2) / $one) + 4 * 5.45) - (6 << 7) + (0x800 + -9)


notice("result is $result == 1295.87692307692")

Version data entries

69 entries across 49 versions & 2 rubygems

Version Path
puppet-0.25.4 test/data/snippets/arithmetic_expression.pp
puppet-0.25.3 test/data/snippets/arithmetic_expression.pp
puppet-0.24.9 test/data/snippets/arithmetic_expression.pp
puppet-0.25.2 test/data/snippets/arithmetic_expression.pp
puppet-0.25.1 test/data/snippets/arithmetic_expression.pp
puppet-0.25.0 test/data/snippets/arithmetic_expression.pp
puppet-0.24.7 test/data/snippets/arithmetic_expression.pp
puppet-0.24.6 test/data/snippets/arithmetic_expression.pp
puppet-0.24.8 test/data/snippets/arithmetic_expression.pp