calculate_standard_deviation (number a, number b, number t) ⇒ number
Returns a value that is a linear interpolation between two numbers based on a proportion. The t parameter should be between 0 and 1, where 0 returns the start value and 1 returns the end value.
First available: Version 1.13.8