auralix / alx-202-af-10-1-auralix-c-lib

GNU General Public License v3.0
0 stars 0 forks source link

alxLinFun - //static int32_t Get_X_Int(AlxLinFunInt* me, int32_t y), is this even needed? #62

Open tomazvidovic opened 8 months ago

tomazvidovic commented 8 months ago
//******************************************************************************
// Private Functions Declarations
//******************************************************************************
static float Get_X(AlxLinFun* me, float y);
static float Get_Y(AlxLinFun* me, float x);
//static int32_t Get_X_Int(AlxLinFunInt* me, int32_t y);    // TV: TODO
static int32_t Get_Y_Int(AlxLinFunInt* me, int32_t x);