Static Public Member Functions
NTNumConverter Struct Reference

Static Public Member Functions

static poly convert (const number &n)
 

Detailed Description

Definition at line 2220 of file transext.cc.

Member Function Documentation

static poly NTNumConverter::convert ( const number &  n)
inlinestatic

Definition at line 2222 of file transext.cc.

2223  {
2224  // suitable for trans. ext. numbers that are fractions of polys
2225  return NUM((fraction)n); // return the numerator
2226  }
const CanonicalForm CFMap CFMap int &both_non_zero int n
Definition: cfEzgcd.cc:52

The documentation for this struct was generated from the following file: