March 14, 2006
Derek Parnell says...
>
>On Tue, 07 Mar 2006 18:04:08 -0800, BCS wrote:
>
>> Quote from change log:
>> 	Added std.c.fenv.
>> 
>> Where's the documentation? Then again where's the documentation for most of std.c.*?
>
>I comes with your C compiler <G>

Huh!  I just downloaded the dmc compiler and there is nothing there about fenv. Where can I find it?  It's not in c:\dm.  Where is it?


March 14, 2006
On Tue, 14 Mar 2006 01:07:43 +0000 (UTC), jicman <jicman_member@pathlink.com> wrote:

> Derek Parnell says...
>>
>> On Tue, 07 Mar 2006 18:04:08 -0800, BCS wrote:
>>
>>> Quote from change log:
>>> 	Added std.c.fenv.
>>>
>>> Where's the documentation? Then again where's the documentation for most of std.c.*?
>>
>> I comes with your C compiler <G>
>
> Huh!  I just downloaded the dmc compiler and there is nothing there about fenv.
> Where can I find it?  It's not in c:\dm.  Where is it?

Try:
http://www.digitalmars.com/rtl/fenv.html

I opened std.c.fenv.d, I grabbed a function name, I google for "site:digitalmars.com <function>" and I got back that page as a result :)

Regan
March 14, 2006
Thanks. :-)

Regan Heath says...
>
>On Tue, 14 Mar 2006 01:07:43 +0000 (UTC), jicman <jicman_member@pathlink.com> wrote:
>
>> Derek Parnell says...
>>>
>>> On Tue, 07 Mar 2006 18:04:08 -0800, BCS wrote:
>>>
>>>> Quote from change log:
>>>> 	Added std.c.fenv.
>>>>
>>>> Where's the documentation? Then again where's the documentation for most of std.c.*?
>>>
>>> I comes with your C compiler <G>
>>
>> Huh!  I just downloaded the dmc compiler and there is nothing there
>> about fenv.
>> Where can I find it?  It's not in c:\dm.  Where is it?
>
>Try:
>http://www.digitalmars.com/rtl/fenv.html
>
>I opened std.c.fenv.d, I grabbed a function name, I google for "site:digitalmars.com <function>" and I got back that page as a result :)
>
>Regan


1 2 3 4 5 6 7 8 9
Next ›   Last »