The decimal point is a tiny separator with a big job: it tells digits apart into whole parts and fraction parts. Delete it and a number like 12.34 silently scales into 1234 - every digit preserved, one separator gone - a favourite trick for integer-only systems.
Remove Decimal Point deletes the decimal separator from decimal numbers. Keep every digit or drop the whole fractional part, drop decorative trailing zeros or keep them, and each result reports its exact scale factor - batch through up to 1000 numbers.