@ -84,3 +84,8 @@ int characterAppearanceInString(char c, char string[]) {
float sine(float x) {
return sin(x);
}
// Function to calculate the cosine of an angle in radians
float cosine(float x) {
return cos(x);