axiom-mail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-mail] number in hexadecimal


From: Gabriel Dos Reis
Subject: Re: [Axiom-mail] number in hexadecimal
Date: Mon, 1 Jun 2009 02:26:25 -0500

On Sun, May 31, 2009 at 7:11 PM, Renata Cereja <address@hidden> wrote:
> I want to know if have some way of given a hexadecimal number convert it to
> a decimal for example.
> I tried something like this:
>      decimal(F)
> but it doesn't work.

OpenAxiom supports the Aldor notation for integer literals with
explicit radix, e.g.

(1) -> 16rf
   (1)  15
                                                        Type: PositiveInteger

In general, you write the radix first (in decimal notation),
immediatelly followed by 'r'
then followed by the digits in the specified radix.

-- Gaby




reply via email to

[Prev in Thread] Current Thread [Next in Thread]