How can i interpret a value
1 回表示 (過去 30 日間)
古いコメントを表示
I got a value as 7.6751e+09. How can i interpret this value for finding mod with 256?
0 件のコメント
回答 (1 件)
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.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!