History log of /netbsd/lib/libm/src/k_cosf.c (Results 1 – 7 of 7)
Revision Date Author Comments
# aa30599e 26-May-2002 wiz <wiz@NetBSD.org>

__STDC__ is always defined on NetBSD.


# 42724dd4 02-Jul-1999 simonb <simonb@NetBSD.org>

More trailing white space.


# dd7adfbf 09-Oct-1997 lukem <lukem@NetBSD.org>

rcsid facism, WARNSify


# d042a3eb 10-May-1995 jtc <jtc@NetBSD.org>

Id -> NetBSD


# d1f06e0b 22-Sep-1994 jtc <jtc@NetBSD.org>

LIBM_SCCS must be defined for the RCS ID to be defined.
This library will soon be used by DJGPP. And since memory is often tight
on DOS machines, there is little benifit to be had from including RCS

LIBM_SCCS must be defined for the RCS ID to be defined.
This library will soon be used by DJGPP. And since memory is often tight
on DOS machines, there is little benifit to be had from including RCS IDs.

show more ...


# b0c9d092 18-Aug-1994 jtc <jtc@NetBSD.org>

Change int -> int32_t and unsigned int -> u_int32_t to improve portabilty
to machines where int != 32 bits.


# 8346e333 10-Aug-1994 jtc <jtc@NetBSD.org>

Float versions of math functions. From Ian Taylor (ian@cygnus.com), with
minor changes by me.