uint64() losts its mind?

8 views (last 30 days)
Yun Xiao
Yun Xiao on 11 Jun 2012
>> a=uint64(2^64) a = 18446744073709551615 >> b=uint64(2^64-1000) b = 18446744073709551615 >> a==b ans = 1 >>

Accepted Answer

Walter Roberson
Walter Roberson on 11 Jun 2012
Please see http://www.mathworks.com/matlabcentral/answers/39474-scalar-multiplication and expand the comments in the answer there to see a discussion.

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!