Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
[S,E,F] = IEEE754(X) returns the sign bit, exponent, and mantissa of an IEEE 754 floating point value X, expressed as binary digit strings of length 1, 11, and 52, respectively.
X is equal to (in exact arithmetic and decimal notation)
(-1)^S * (1 + F/(2^52)) * 2^(E-1023),
except for special values 0, Inf, NaN, and denormalized numbers (between 0 and REALMIN).
Citation pour cette source
Toby Driscoll (2026). IEEE 754 binary representation (https://fr.mathworks.com/matlabcentral/fileexchange/25326-ieee-754-binary-representation), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.1.0.0 (1,67 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.1.0.0 | Used NUM2HEX in place of SPRINTF, per suggestion by Andreas Luettgens. |
||
| 1.0.0.0 |
