Home Online Manual
Top
Back: netIdeal
Forward: netBigInt
FastBack:
FastForward:
Up: nets_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.14.5.7 netInt

Procedure from library nets.lib (see nets_lib).

Usage:
netInt(M); M integer

Assume:
M is an integer

Return:
visual presentation of M

Theory:
A Singular object is converted into a character array (a Net) for on screen printing.

Example:
 
LIB "nets.lib";
ring r;
int M=5;
netInt(M);
==> 5
==>