Issue when using ceil function
Show older comments
Hello,
I am new to Matlab. I noticed a difference when using the ceil function:
a = ceil(511*5e-6*8e5);
b = ceil(511*5*0.8);
May I know the reason why I got different results for a and b?
Accepted Answer
More Answers (1)
Image Analyst
on 9 Feb 2023
1 vote
Categories
Find more on Startup and Shutdown 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!