Re: number in hexadecimal

Tim Daly <[email protected]> Sun, 31 May 2009 20:41:23 -0400
Newsgroups gmane.comp.mathematics.axiom.user
Message-ID <[email protected]>
Renata Cereja 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.
>  
> Thanks,
> Cereja
> ------------------------------------------------------------------------
>
> _______________________________________________
> Axiom-mail mailing list
> [email protected]
> http://lists.nongnu.org/mailman/listinfo/axiom-mail
>   
You could type:

READ_-FROM_-STRING("#xF3")$Lisp

Tim