Searched refs:absRound (Results 1 – 3 of 3) sorted by relevance
2772 function absRound (number) { function3037 …ms : toInt(absRound(match[MILLISECOND] * 1000)) * sign // the millisecond decimal point is include…3133 days = absRound(duration._days),3134 months = absRound(duration._months);
9851 function absRound (number) {10116 …ms : toInt(absRound(match[MILLISECOND] * 1000)) * sign // the millisecond decimal point is include…10212 days = absRound(duration._days),10213 months = absRound(duration._months);
1 …absRound (number) {\n if (number < 0) {\n return Math.round(-1 * number) * -1;\n…