Top
Back: ncratInvert
Forward: ncratPrint
FastBack:
FastForward:
Up: ncrat_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

7.10.6.9 ncratSPrint

Procedure from library ncrat.lib (see ncrat_lib).

Usage:
string s = ncratSPrint(f);
f of type ncrat

Return:
prints f to string

Example:
 
LIB "ncrat.lib";
ncInit(list("x", "y", "z"));
ncrat f = ncratFromString("2*x*y");
string s = ncratSPrint(f);
print(s);
==> 2*x*y


Top Back: ncratInvert Forward: ncratPrint FastBack: FastForward: Up: ncrat_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.1, 2022, generated by texi2html.