Valor de inicialización por omisión (ejemplo: ``float.init`` -> *NaN*
[#dnan]_).
- .. [#dnan] Del inglés *Not A Number*, es un valor especial que indica que
- estamos ante un valor inválido.
+ .. [#dnan] Del inglés *Not A Number*, es un valor especial codificado según
+ IEEE 754-2008 [IEEE754]_ que indica que estamos ante un valor inválido.
``stringof``
Representación textual del símbolo o expresión (ejemplo:
``(1+2).stringof`` -> ``"1 + 2"``).
``mangleof``
- Representación textual del tipo *mutilado* [#dmangle]_.
+ Representación textual del tipo *mutilado* [#dmangle]_ [DWAB]_.
.. [#dmangle] *Name mangling* es el nombre dado comúnmente a una técnica
necesaria para poder sobrecargar nombres de símbolos. Consiste en
environment. Proceedings of the Third International Symposium on Memory
Management (2002). ACM. Páginas 150-156. Febrero, 2003.
+.. [IEEE754] IEEE Task P754. IEEE 754-2008, Standard for Floating-Point
+ Arithmetic. IEEE. ISBN 0-7381-5753-8. 2008.
+
.. Libros:
.. ~~~~~~~
statement`__. Digital Mars. Octubre 2010.
__ http://www.digitalmars.com/d/1.0/statement.html#SynchronizedStatement
+.. [DWAB] Walter Bright. `D Programming Language 1.0 Reference, D Application
+ Binary Interface`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/abi.html
.. Grupo de noticias digitalmars.D: