Euphoria
torcurve.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace eu::core
4 {
5 
6 
29 float calc_tor_curve(float x, float a, float b, float c);
30 
31 }
float calc_tor_curve(float x, float a, float b, float c)
A generalized curve formula.
Definition: torcurve.cc:13