CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2013/07/04 23:41:09
Modified files: lib/libm/noieee_src: n_floor.c Log message: implement floorf and ceilf: same technique as floor and ceil, just with appropriate constant to the mantissa size (and document what L is along the way). okay martynas@, tested by miod@ for results