var _ = require("lodash"); function _f(n) { return _.floor(_.toNumber(n), 3).toFixed(3).replace(/0$/, ''); } print(_f(3.4056)) print(_f(3.4000))