Solved
How to work with radians?
How to work with radians in HAL?
I include a math library
#include "math.h"
and trying to implement a formula which has radians
cleansignal = 3.0 * sin (radians (Count));
And CubeIDE gives me an error: undefined reference to` radians'