|
@ -4,6 +4,7 @@ extern double multi(double ein1, double ein2); |
|
|
double square(double x); |
|
|
double square(double x); |
|
|
int multiply_three_integers(int a, int b, int c); |
|
|
int multiply_three_integers(int a, int b, int c); |
|
|
int multiply_left_shift(int a, int b); |
|
|
int multiply_left_shift(int a, int b); |
|
|
|
|
|
int multiply_right_shift(int a, int b); |
|
|
|
|
|
|
|
|
#endif // MULTIPLICATION_H |
|
|
#endif // MULTIPLICATION_H |
|
|
|
|
|
|