{
    double coefficient = %s;
    // Ignoring exponent because it is 1
    return input * coefficient;
}