Skip to content

Commit

Permalink
Missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MStachowicz committed Oct 8, 2024
1 parent 46700bd commit 4102a22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/Utility/Utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ namespace Utility
return power;
}

//@param value The number to format.
//@param decimal_places The number of decimal places to display.
//@returns A string representation of the number with a metric prefix.
template <typename T>
std::string format_number(T value, uint8_t decimal_places = 3)
{
Expand Down

0 comments on commit 4102a22

Please sign in to comment.