Browse Source

more overview

main
Jonas Zitzmann 11 months ago
parent
commit
fdcadd243b
  1. 1
      src/convert_time.c

1
src/convert_time.c

@ -2,6 +2,7 @@
// This file has a lot of functions to convert time units
// Converts Seconds to Minutes
double converter_sec_to_min(double sec){
double mins = sec / 60;

Loading…
Cancel
Save