diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/accel-logarithm.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/accel-logarithm.hpp b/common/accel-logarithm.hpp index 0dbf433..044d23c 100644 --- a/common/accel-logarithm.hpp +++ b/common/accel-logarithm.hpp @@ -18,7 +18,6 @@ namespace rawaccel { } inline double operator()(double speed) const { - //f(x) = k/(1+e^(-m(c-x))) double scaled_speed = rate * speed + 1; double base_speed = speed + offset; |