How can i interpret a value

4 次查看(过去 30 天)
Sneha
Sneha 2017-12-18
I got a value as 7.6751e+09. How can i interpret this value for finding mod with 256?

回答(1 个)

Walter Roberson
Walter Roberson 2017-12-18
mod(7.6751e+09, 256)
If your value might be more than 9007199254740992 then you could have difficulty, but up to 9007199254740992 you should be fine.

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by