Re: Missing math functions
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Missing math functions
- From: Peter Cawley <lua@...>
- Date: 2013年1月19日 09:44:18 +0000
On Sat, Jan 19, 2013 at 7:52 AM, Dirk Laurie
<dirk.laurie@gmail.com> wrote:
~~~
asinh():
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE >= 500 ||
_XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED || _ISOC99_SOURCE ||
_POSIX_C_SOURCE >= 200112L;
or cc -std=c99
~~~
What percentage of Lua installations nowadays are compiled with
a compiler that does not conform to any of those?
Any installation which uses any version of Visual Studio?