* @brief The algorithm here is also the same as the `print_int_value` function * * @details * First, the digits before decimal is printed by converting the double * to int. Then after printed a `.`, the double number is subtracted with * the integer value of the number, leaving us with 0 before the decimal. * Then, we multiply the number with 10 raised to the power precision ( * precision
source not stored for this graph (policy: none)
no test coverage detected