diff --git a/src/features/conversion.ts b/src/features/conversion.ts index dbab235..3b2ed83 100644 --- a/src/features/conversion.ts +++ b/src/features/conversion.ts @@ -134,7 +134,6 @@ export function createLinearScaling( // e.g. if exponent is 0.5 and base is 10, then having 10 points makes gain 1, and 40 points is 2 export function createExponentialScaling( base: DecimalSource | Ref, - coefficient: DecimalSource | Ref, exponent: DecimalSource | Ref ): ScalingFunction { return {