R = realmax()
R = realmax('double')
R = realmax('single')
| Paramètre | Description |
|---|---|
| R | un double ou single. |
realmax renvoie le plus grand nombre flottant positif.
realmax
realmax('double')
realmax('single')
| Version | Description |
|---|---|
| 1.0.0 | version initiale |