in src/math_verify/parser.py [0:0]
def convert_to_pct(number: Number): return sympy.Mul(number, sympy.Rational(1, 100), evaluate=False)