Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Emits the number without any scientific notation and without losing precision. Note that reconstituting YAML floats to native floats may lose precision.
>> bd = BigDecimal.new("84394878749783498749834734987.839723497347")
=> #<BigDecimal:269fabc,'0.8439487874 9783498749 8347349878 3972349734
7E29',44(48)>
>> bd.to_yaml
=> "--- 84394878749783498749834734987.839723497347\n"