FR/Documentation/Calc: Fonctions conversion nombres

From Apache OpenOffice Wiki
< FR‎ | Documentation
Revision as of 13:53, 7 August 2008 by Sgauti (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Listes des fonctions de conversion de nombres Calc

Les fonctions de conversion de nombres convertissent les nombres entre plusiseurs formes. Les nombres binaires, octaux et hexadécimaux peuvent être représentés par du texte ou par des nombres utilisant uniquement de chiffres valides (0-1 pour le binaire, 0-7 pour l'octal); ce n'est qu'une représentation et l'arithmétique (par exemple une addition) ne fonctionnera pas. Les fonctions Calc renvoient du texte pour les nombres binaires, octaux ou hexadécimaux.

BIN2DEC Converts a binary number to decimal.
BIN2HEX Converts a binary number to hexadecimal.
BIN2OCT Converts a binary number to octal.
DEC2BIN Converts a decimal number to binary.
DEC2HEX Converts a decimal number to hexadecimal.
DEC2OCT Converts a decimal number to octal.
HEX2BIN Converts a hexadecimal number to binary.
HEX2DEC Converts a hexadecimal number to decimal.
HEX2OCT Converts a hexadecimal number to octal.
OCT2BIN Converts an octal number to binary.
OCT2DEC Converts an octal number to decimal.
OCT2HEX Converts an octal number to hexadecimal.


ARABIC returns an Arabic number (eg 14), given a Roman number (eg XIV).
BAHTTEXT returns Thai text, given a number.
DECIMAL returns a decimal number, given a text representation and its base radix.
ROMAN returns a Roman numeral (eg XIV), given a number.


See also

Functions listed by category

Personal tools