Given a decimal number string, convert the string to a float.
// input: const s = '123.45' // output: 123.45
/* output */