class BigDecimal

def to_d


d.to_d # => 0.314e1
d = BigDecimal("3.14")

require 'bigdecimal/util'

Returns self.

a.to_d -> bigdecimal
call-seq:
def to_d
  self
end