My Project
UNKNOWN_GIT_VERSION
Static Public Member Functions
NTNumConverter Struct Reference
Static Public Member Functions
static poly
convert
(
const
number &n)
Detailed Description
Definition at line
2228
of file
transext.cc
.
Member Function Documentation
◆
convert()
static poly NTNumConverter::convert
(
const
number &
n
)
inline
static
Definition at line
2230
of file
transext.cc
.
2230
{
2231
static
inline
poly
convert
(
const
number& n)
2232
{
2233
// suitable for trans. ext. numbers that are fractions of polys
2234
return
NUM
((fraction)n);
// return the numerator
The documentation for this struct was generated from the following file:
libpolys/polys/ext_fields/
transext.cc
NTNumConverter::convert
static poly convert(const number &n)
Definition:
transext.cc:2230
NUM
Definition:
readcf.cc:173
Generated on Thu Jan 9 2020 00:00:00 for My Project by
doxygen 1.8.16
for
Singular UNKNOWN_GIT_VERSION