my $z = Math::BigFloat->new('0.045'); $z->ffround(-2,'common'); print $z->bstr;