This PR introduces the TO_<NUM> library function. Under the hood any TO_<NUM> function makes use of the already existing and tested <NUM>_TO_<NUM> functions.
Also, I've decided to isolate the TO_<NUM> functions into a separate file instead of appending them to num_conversion.st, to make discoverability and readability easier.
This PR introduces the
TO_<NUM>
library function. Under the hood anyTO_<NUM>
function makes use of the already existing and tested<NUM>_TO_<NUM>
functions.Also, I've decided to isolate the
TO_<NUM>
functions into a separate file instead of appending them tonum_conversion.st
, to make discoverability and readability easier.