From 9b29d3b669abac37f799dfd7f13eb4203d7fdffd Mon Sep 17 00:00:00 2001 From: fdai7820 Date: Thu, 8 Feb 2024 19:42:51 +0100 Subject: [PATCH] Header wurzel --- src/main/duellist-spielesammlung-projekt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/duellist-spielesammlung-projekt.h b/src/main/duellist-spielesammlung-projekt.h index f28d714..c6cb007 100644 --- a/src/main/duellist-spielesammlung-projekt.h +++ b/src/main/duellist-spielesammlung-projekt.h @@ -75,7 +75,7 @@ int division(int a, int b); int modulo(int a, int b); int compare(int a, int b); int exponentiation(int base, int exponent); - +int squareRoot(int number);