module Bake::Type::Float

def self.composite?

def self.composite?
	false
end

def self.parse(input)

def self.parse(input)
	input.to_f
end