libc/math: Fix wrong ouput in ceil() API
Ex:for input x = 1.0, the ouput should be 1.0, but the ouput was 2.0.
Signed-off-by: Lokesh B V <lokeshbv333@gmail.com>
parent
6062af0a
Please register or sign in to comment
Maintenance du serveur Gitlab le 16-17 novembre. Prévoir une indisponibilité du service sur cette période.
Ex:for input x = 1.0, the ouput should be 1.0, but the ouput was 2.0.
Signed-off-by: Lokesh B V <lokeshbv333@gmail.com>