My Project  debian-1:4.1.2-p1+ds-2
Static Public Member Functions
NTNumConverter Struct Reference

Static Public Member Functions

static poly convert (const number &n)
 

Detailed Description

Definition at line 2224 of file transext.cc.

Member Function Documentation

◆ convert()

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

Definition at line 2226 of file transext.cc.

2226 {
2227  static inline poly convert(const number& n)
2228  {
2229  // suitable for trans. ext. numbers that are fractions of polys
2230  return NUM((fraction)n); // return the numerator

The documentation for this struct was generated from the following file:
NTNumConverter::convert
static poly convert(const number &n)
Definition: transext.cc:2226