Skip to content

Fix rounding total runtime to fixed amount of decimal points

Peter Leitzen requested to merge pl-round-to-fixed into master

Example:

Given 123.4567

Before: 1.2e+2
After: 123.46

Screenshots

Before After
Screenshot_from_2020-08-26_11-48-44 Screenshot_from_2020-08-26_11-48-22
Edited by Peter Leitzen

Merge request reports

Loading