tp/libs/MSL_C/Math/Double_precision/w_acos.c

6 lines
149 B
C

#include "fdlibm.h"
/* 8036C6E0-8036C700 367020 0020+00 0/0 2/2 3/3 .text acos */
double acos(double x) {
return __ieee754_acos(x);
}