Searched refs:nplaces (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Ddecimal-round.h11 /** Returns x rounded to the nearest \a nplaces decimal places.
17 Note: nplaces is the number of decimal places without using scientific (e) notation, not the
21 The current implementation happens to allow nplaces to be negative: e.g. nplaces=-2 means
25 decimal_round(double const x, int const nplaces) argument
27 double const multiplier = std::pow(10.0, nplaces);

Completed in 13 milliseconds