// // Created by Justin Trausch on 06.02.2024. // #ifndef LINKES_TWIX_DIVISION_H #define LINKES_TWIX_DIVISION_H int divisionInt(int a, int b); double divisionDouble(double a, double b); int divisionByTwo(int a, int b); #endif //LINKES_TWIX_DIVISION_H