You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
172 B

  1. #ifndef LOGARITHMUS_H
  2. #define LOGARITHMUS_H
  3. double logN(double x);
  4. double logX(double b, double a);
  5. double log10(double a);
  6. double log2(double a);
  7. #endif // logarithmus.h