Top
Back: optionIsSet
Forward: hasCommutativeVars
FastBack:
FastForward:
Up: ring_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.2.12.17 hasNumericCoeffs

Procedure from library ring.lib (see ring_lib).

Usage:
hasNumericCoeffs ( rng );

Return:
1 if rng has inexact coefficcients, 0 otherwise.

Example:
 
LIB "ring.lib";
ring r1 = integer,x,dp;
hasNumericCoeffs(r1);
==> 0
ring r2 = complex,x,dp;
hasNumericCoeffs(r2);
==> 1


Top Back: optionIsSet Forward: hasCommutativeVars FastBack: FastForward: Up: ring_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.