Numbers will be formatted to 2 decimal places, unless this results in 0.00 (e.g. if input was .0032),
in which case they will be converted to scientific notation with 2 significant figures.
ddSci
will return 0.00
if the input is exactly zero.
This function can be used to format numbers in plots, on the console, in logs, etc.