Top
Back: ncratInvert
Forward: ncratPrint
FastBack:
FastForward:
Up: ncrat_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document
7.7.22.0. 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-1-1p3, 2018, generated by texi2html.