Add trunc and truncf.
commit76d5f25039dbb155b7f561b2e2cde6970fc76d34
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 17 Jun 2007 06:26:18 +0000 (17 06:26 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sun, 17 Jun 2007 06:26:18 +0000 (17 06:26 +0000)
treeda248c1911e995c691e81c578d1ebdb8f030e47e
parent324ae72fd6e98f9d5fee58707a391e3eb0988d44
Add trunc and truncf.

Obtained-from:  NetBSD
include/math.h
lib/libm/man/Makefile.inc
lib/libm/man/math.3
lib/libm/man/trunc.3 [new file with mode: 0644]
lib/libm/src/Makefile.inc
lib/libm/src/s_trunc.c [new file with mode: 0644]
lib/libm/src/s_truncf.c [new file with mode: 0644]