Versions in this module Expand all Collapse all v0 v0.1.0 Sep 15, 2017 Changes in this version + func Round(f float64, decimals int) float64 + type PriceParser struct + func (p *PriceParser) Display(i int64) float64 + func (p *PriceParser) DisplayDecimal(i int64, decimal int) float64 + func (p *PriceParser) Parse(f float64) int64