@ -89,3 +89,8 @@ float sine(float x) {
float cosine(float x) {
return cos(x);
}
// Function to calculate the tangent of an angle in radians
float tangent(float x) {
return tan(x);