Doc Comments /
Glossary
Difference (previous author) (Change, Edit, normal page display)
Changed: 1c1
== More Information = |
[[toc]] |
Deleted: 3,4d2
== Messages = Put your comments about the official page here. |
Added: 5a4,5
== Comments == Add your comments here... |
Deleted: 7,8d6
[[quote] An example of implementation defined behavior would be the size in bytes of a pointer: on a 32 bit machine it would be 4 bytes, on a 64 bit machine it would be 8 bytes. Minimizing implementation defined behavior in the language will maximize the portability of code.] |
Changed: 10,11c8,18
Another example of implementation defined behavior is the size of the "real" type. It will be either 64, 80 or 128 bits depending on the target hardware platform. |
=== Implementation Defined Behavior === An example of implementation defined behavior would be the size in bytes of a pointer: on a 32 bit machine it would be 4 bytes, on a 64 bit machine it would be 8 bytes. Minimizing implementation defined behavior in the language will maximize the portability of code. Another example of implementation defined behavior is the size of the "real" type. It will be either 64, 80 or 128 bits depending on the target hardware platform. === <n>NaN?</n> ("not a number") === ![]() ![]() |
Deleted: 13,14d19
== Amendments = You may add a link to this page on the DocumentationAmendments page to draw extra attention to your suggestion. |
Changed: 17c22,25
See the corresponding page in the D Specification: ![]() |
* Corresponding page in the D Specification ** ![]() ** ![]() |
![]() |
|
Comments
Add your comments here...
Implementation Defined Behavior
An example of implementation defined behavior would be the size in bytes of a pointer: on a 32 bit machine it would be 4 bytes, on a 64 bit machine it would be 8 bytes. Minimizing implementation defined behavior in the language will maximize the portability of code.
Another example of implementation defined behavior is the size of the "real" type. It will be either 64, 80 or 128 bits depending on the target hardware platform.
NaN ("not a number")
NaN (Wikipedia) (see also:
NG:digitalmars.D.learn/12543)
Links