module BinData::FloatingPoint

def create_num_bytes_code(precision)

def create_num_bytes_code(precision)
  PRECISION[precision]
end