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
188 B

12 months ago
12 months ago
  1. #ifndef EXPONENT_H
  2. #define EXPONENT_H
  3. double p(double exp, double base);
  4. double powerD(double exp, double base);
  5. double exponential(double x);
  6. double absD(double x);
  7. #endif // exponent.h