Convert a percentage to a decimal format
import { getPercentAsDecimal } from 'helping_hand'const decimal = getPercentAsDecimal(...); Copy
import { getPercentAsDecimal } from 'helping_hand'const decimal = getPercentAsDecimal(...);
Convert a percentage to a decimal format