How to check equality of very small numbers ?
    11 views (last 30 days)
  
       Show older comments
    
Hey Community !!
I have two very closely related numbers 
A = 1.309998142150646e-09
B = 1.309998162564509e-09
now if i need to compare  two numbers only upto 5 precision points , i.e.
A = 1.309998e-09 %how can i get this from above mentioned A
B = 1.309998e-09
now my condition A == B will satisfy,
so what can i do to check if both numbers are equal upto 5 precision points, keeping the exponential part ?
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
				Find more on Logical in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
