Módulo:Convert base/doc

De WikiMinecraft
< Módulo:Convert base
Revisión del 20:22 28 abr 2014 de Xstela (discusión | contribuciones) (Página creada con «{{documentation header}} <!-- Documentation here --> This module allows any number base to be converted to any other number base up to base 15. It provides 3 convenience f...»)
(dif) ← Revisión anterior | Revisión actual (dif) | Revisión siguiente → (dif)
Saltar a: navegación, buscar

This is the documentation page for Módulo:Convert base

[purge]

Esta es la página de documentación, debería ser transcluida a la página de plantilla principal. Véase Plantilla:Documentation para más información.

This module allows any number base to be converted to any other number base up to base 15.

It provides 3 convenience functions: fromDec, fromHex, and fromBin, for converting from decimal, hexadecimal, and binary, to any other base; and one main function: fromBase, for everything else.

See also