# # ChangeLog for uspace/lib/math/generic/round.c in mainline # # Generated by Trac 1.6 # 2025-08-17T14:06:39Z Fri, 31 Aug 2018 11:55:41 GMT GitHub [516e780] * boot/Makefile.common (modified) * uspace/Makefile.common (modified) * uspace/app/tester/float/float2.c (modified) * uspace/lib/c/include/fenv.h (moved) * uspace/lib/c/include/float.h (moved) * uspace/lib/c/include/math.h (added) * uspace/lib/math/Makefile (modified) * uspace/lib/math/arch/abs32le/Makefile.inc (deleted) * uspace/lib/math/arch/abs32le/include/libarch/math.h (deleted) * uspace/lib/math/arch/amd64/Makefile.inc (deleted) * uspace/lib/math/arch/amd64/include/libarch/math.h (deleted) * uspace/lib/math/arch/amd64/include/libarch/x87.h (deleted) * uspace/lib/math/arch/amd64/src/cos.S (deleted) * uspace/lib/math/arch/amd64/src/sin.S (deleted) * uspace/lib/math/arch/amd64/src/trunc.S (deleted) * uspace/lib/math/arch/arm32/Makefile.inc (deleted) * uspace/lib/math/arch/arm32/include/libarch/math.h (deleted) * uspace/lib/math/arch/ia32/Makefile.inc (deleted) * uspace/lib/math/arch/ia32/include/libarch/math.h (deleted) * uspace/lib/math/arch/ia32/include/libarch/x87.h (deleted) * uspace/lib/math/arch/ia32/src/cos.S (deleted) * uspace/lib/math/arch/ia32/src/sin.S (deleted) * uspace/lib/math/arch/ia32/src/trunc.S (deleted) * uspace/lib/math/arch/ia64/Makefile.inc (deleted) * uspace/lib/math/arch/ia64/include/libarch/math.h (deleted) * uspace/lib/math/arch/mips32/Makefile.inc (deleted) * uspace/lib/math/arch/mips32/include/libarch/math.h (deleted) * uspace/lib/math/arch/mips32eb/Makefile.inc (deleted) * uspace/lib/math/arch/mips32eb/include/libarch/math.h (deleted) * uspace/lib/math/arch/ppc32/Makefile.inc (deleted) * uspace/lib/math/arch/ppc32/include/libarch/math.h (deleted) * uspace/lib/math/arch/riscv64/Makefile.inc (deleted) * uspace/lib/math/arch/riscv64/include/libarch/math.h (deleted) * uspace/lib/math/arch/sparc64/Makefile.inc (deleted) * uspace/lib/math/arch/sparc64/include/libarch/math.h (deleted) * uspace/lib/math/generic/__fcompare.c (moved) * uspace/lib/math/generic/__fpclassify.c (moved) * uspace/lib/math/generic/__signbit.c (moved) * uspace/lib/math/generic/acos.c (deleted) * uspace/lib/math/generic/asin.c (deleted) * uspace/lib/math/generic/atan.c (deleted) * uspace/lib/math/generic/atan2.c (deleted) * uspace/lib/math/generic/cosh.c (deleted) * uspace/lib/math/generic/exp.c (deleted) * uspace/lib/math/generic/fabs.c (modified) * uspace/lib/math/generic/floor.c (deleted) * uspace/lib/math/generic/fmod.c (modified) * uspace/lib/math/generic/frexp.c (deleted) * uspace/lib/math/generic/ldexp.c (deleted) * uspace/lib/math/generic/log.c (deleted) * uspace/lib/math/generic/log10.c (deleted) * uspace/lib/math/generic/log2.c (deleted) * uspace/lib/math/generic/modf.c (deleted) * uspace/lib/math/generic/nearbyint.c (added) * uspace/lib/math/generic/round.c (moved) * uspace/lib/math/generic/sinh.c (deleted) * uspace/lib/math/generic/tanh.c (deleted) * uspace/lib/math/generic/trig.c (modified) * uspace/lib/math/generic/trunc.c (modified) * uspace/lib/math/include/acos.h (deleted) * uspace/lib/math/include/asin.h (deleted) * uspace/lib/math/include/atan2.h (deleted) * uspace/lib/math/include/ceil.h (deleted) * uspace/lib/math/include/cosh.h (deleted) * uspace/lib/math/include/fabs.h (deleted) * uspace/lib/math/include/floor.h (deleted) * uspace/lib/math/include/fmod.h (deleted) * uspace/lib/math/include/frexp.h (deleted) * uspace/lib/math/include/ldexp.h (deleted) * uspace/lib/math/include/log10.h (deleted) * uspace/lib/math/include/log2.h (deleted) * uspace/lib/math/include/math.h (deleted) * uspace/lib/math/include/modf.h (deleted) * uspace/lib/math/include/pow.h (deleted) * uspace/lib/math/include/sinh.h (deleted) * uspace/lib/math/include/sqrt.h (deleted) * uspace/lib/math/include/tan.h (deleted) * uspace/lib/math/include/tanh.h (deleted) * uspace/lib/math/include/trig.h (deleted) * uspace/lib/math/include/trunc.h (deleted) * uspace/lib/math/test/main.c (moved) * uspace/lib/math/test/rounding.c (added) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/comparison.c (modified) * uspace/lib/softfloat/comparison.h (modified) * uspace/lib/softfloat/mathtypes.h (moved) Strip down libmath. (#45) libmath is mostly unused (except for ...