Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
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 б0LOADCWF.S03
  • #
    21.12.2020378 б0LOADCWI.R03
  • #
    21.12.2020983 б0LOADCWI.S03
  • #
    21.12.2020378 б0LOADCWU.R03
  • #
    21.12.2020999 б0LOADCWU.S03
  • #
    21.12.2020708 б0MATH.H
  • #
    21.12.20202 Кб0MESSAGE.C
  • #
    21.12.2020915 б0MESSAGE.R03
  • #
    21.12.2020137 б0mk07b.BAT
  • #
    21.12.20206 Кб0mk07b.C
  • #
    21.12.202061 Кб0MK07B.LST