How can i interpret a value
Afficher commentaires plus anciens
I got a value as 7.6751e+09. How can i interpret this value for finding mod with 256?
Réponses (1)
Walter Roberson
le 18 Déc 2017
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.
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!