Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libm
Module Name: src
Committed By: mhitch
Date: Thu May 13 20:35:40 UTC 2004
Modified Files:
src/lib/libm/arch/vax: n_sqrt.S
src/lib/libm/noieee_src: n_floor.c
Log Message:
Add ceilf(), floorf(), and sqrtf() (as wrappers using ceil(), floor(), and
sqrt() repectively). The fixes PR#22796.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/libm/arch/vax/n_sqrt.S
cvs rdiff -r1.5 -r1.6 src/lib/libm/noieee_src/n_floor.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index