My Project
Static Public Member Functions
NTNumConverter Struct Reference
Static Public Member Functions
static poly
convert
(
const
number &n)
Detailed Description
Definition at line
2232
of file
transext.cc
.
Member Function Documentation
◆
convert()
static poly NTNumConverter::convert
(
const
number &
n
)
inline
static
Definition at line
2234
of file
transext.cc
.
2235
{
2236
// suitable for trans. ext. numbers that are fractions of polys
2237
return
NUM((fraction)n);
// return the numerator
2238
}
The documentation for this struct was generated from the following file:
libpolys/polys/ext_fields/
transext.cc
Generated on Sun Apr 17 2022 10:44:03 for My Project by
doxygen 1.9.3
for
Singular