Top
Back: crypto_lib
Forward: exgcdN
FastBack: atkins_lib
FastForward: hyperel_lib
Up: crypto_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.12.3.1 decimal

Procedure from library crypto.lib (see crypto_lib).

Usage:
decimal(s); s = string

Return:
the (decimal) number corresponding to the hexadecimal number s

Example:
 
LIB "crypto.lib";
string s  ="8edfe37dae96cfd2466d77d3884d4196";
decimal(s);
==> 189912871665444375716340628395668619670


Top Back: crypto_lib Forward: exgcdN FastBack: atkins_lib FastForward: hyperel_lib Up: crypto_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-2, Oct 2010, generated by texi2html.