How to subtract two close numbers?

2 visualizzazioni (ultimi 30 giorni)
kamiR fardi
kamiR fardi il 16 Ott 2019
Commentato: kamiR fardi il 16 Ott 2019
Hi!
I've compiled the code below and i don't know why it doesn't give exact zero.
I'll appreciate if someone helps me.
format long
x=5.4;
y=x-5;
z=y-0.4;
disp(z)

Risposta accettata

Stephen23
Stephen23 il 16 Ott 2019
Modificato: Stephen23 il 16 Ott 2019

Più risposte (0)

Categorie

Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by