Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
0
Добавлен:
21.12.2020
Размер:
708 б
Скачать
/* - MATH.H -

The ANSI-defined (+ a few additional) mathematical functions.

Version: 3.00 [IANR]

*/

double atan (double arg);

double atan2 (double arg1, double arg2);

double cos (double arg);

double exp (double arg);

double log (double arg);

double log10 (double arg);

double modf (double value, double *iptr);

double pow (double arg1, double arg2);

double sin (double arg);

double sqrt (double arg);

double tan (double arg);

double floor (double arg);

double ceil (double arg);

double frexp (double arg1, int *arg2);

#ifdef MATH_EXTENSIONS

double acos (double arg);

double asin (double arg);

double exp10 (double arg);

#endif

Соседние файлы в папке МК7007БМ
  • #
    21.12.2020999 б0LOADCWU.S03
  • #
    21.12.20201.5 Кб0L_FREQ.C
  • #
    21.12.2020575 б0L_FREQ.R03
  • #
    21.12.20201.17 Кб0L_PHASE.C
  • #
    21.12.2020363 б0L_PHASE.R03
  • #
    21.12.2020708 б0MATH.H
  • #
    21.12.20201.7 Кб0MESSAGE.C
  • #
    21.12.2020915 б0MESSAGE.R03
  • #
    21.12.2020137 б0mk07b.BAT
  • #
    21.12.20205.62 Кб0mk07b.C
  • #
    21.12.202060.53 Кб0MK07B.LST