libc/math: Add missing math APIs[3]
authorLokesh B V <lokesh.bv@partner.samsung.com>
Tue, 20 Jun 2017 11:25:19 +0000 (16:55 +0530)
committerjc_.kim <jc_.kim@samsung.com>
Mon, 26 Jun 2017 05:41:33 +0000 (14:41 +0900)
commit6894bdcc97b0767a0a8147da5d40805fc7ad4e49
tree3e684886600cf7a6b284f935f230228550ac388f
parent02b65afcd7bd9cc86fbb9d2320304cc9fbb16c69
libc/math: Add missing math APIs[3]

This patch adds missing math APIs namely
'nextafter', 'nexttoward', 'remainder' and 'remquo'
These APIs are ported by referring latest 'musl-libc'.

Change-Id: I8ba79eede3c5d94b45b6f43f02e4036c258c3df5
Signed-off-by: jc_.kim <jc_.kim@samsung.com>
15 files changed:
lib/libc/math.csv
lib/libc/math/Make.defs
lib/libc/math/lib_nextafter.c [new file with mode: 0644]
lib/libc/math/lib_nextafterf.c [new file with mode: 0644]
lib/libc/math/lib_nextafterl.c [new file with mode: 0644]
lib/libc/math/lib_nexttoward.c [new file with mode: 0644]
lib/libc/math/lib_nexttowardf.c [new file with mode: 0644]
lib/libc/math/lib_nexttowardl.c [new file with mode: 0644]
lib/libc/math/lib_remainder.c [new file with mode: 0644]
lib/libc/math/lib_remainderf.c [new file with mode: 0644]
lib/libc/math/lib_remainderl.c [new file with mode: 0644]
lib/libc/math/lib_remquo.c [new file with mode: 0644]
lib/libc/math/lib_remquof.c [new file with mode: 0644]
lib/libc/math/lib_remquol.c [new file with mode: 0644]
os/include/tinyara/math.h