Browse Source

refactoring: arcTangent function test, rename

remotes/origin/Khaled
Khaled 11 months ago
parent
commit
b31cfa0d7a
  1. 2
      src/test/test_funktionen.c

2
src/test/test_funktionen.c

@ -167,7 +167,7 @@ void test_arcCosine_for_0_5(void) {
// Add more test cases for different inputs and expected outputs
}
void test_arcTangent(void) {
void test_arcTangent_for_1_0(void) {
float result = arcTangent(1.0);
TEST_ASSERT_EQUAL_FLOAT(0.785398, result);
// Add more test cases for different inputs and expected outputs

Loading…
Cancel
Save