How can i use the ceil function rightly?

i notice that the ceil function does not work right on some value and i do not know why
for example:i used ceil(2.7/0.3) and it results 10 but the right result must be 9
However,when i tried another value,e.g ceil(2.4/0.3),it results 8 which is right
this function also work wrong on some another values,like ceil(2.1/0.3),ceil (4.2/0.3)
Thank you

 Respuesta aceptada

Walter Roberson
Walter Roberson el 24 de Ag. de 2019

0 votos

>> 2.7/0.3 - 9
ans =
1.77635683940025e-15
so ceil() is correct.

Más respuestas (0)

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 24 de Ag. de 2019

Comentada:

el 26 de Ag. de 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by