j
k
j a
j l
On 07/10/17 06:55, Alex Henrie wrote:
+float CDECL MSVCR120_expm1f(float x) +{ +#ifdef HAVE_EXPM1F return expm1f(x); +#else return exp(x) - 1; +#endif +}
+float CDECL MSVCR120_expm1f(float x) +{ +#ifdef HAVE_EXPM1F
+#else
+#endif +}
Please set errno on invalid arguments.
Thanks, Piotr
Back to the thread
Back to the list