numeral(-0.01775).format('0.0000') => -0.0177

Author: zhengpingwuCreated May 21, 2021Updated Nov 4, 2023

numeral(0.01775).format('0.0000') // 0.0178 numeral(-0.01775).format('0.0000') // -0.0177 it's error, -0.0178 is right numeral(-0.01776).format('0.0000') // -0.0178