FunctionsString
trim_scale
Removes insignificant trailing zeros from the fractional part of a numeric string. If the fractional part becomes empty, the decimal point is also removed.
trim_scale(…) → StringKind · scalar
Removes insignificant trailing zeros from the fractional part of a numeric string. If the fractional part becomes empty, the decimal point is also removed.
Part of the String family.