My Project  debian-1:4.1.1-p2+ds-4build4
Static Public Member Functions
NTNumConverter Struct Reference

Static Public Member Functions

static poly convert (const number &n)
 

Detailed Description

Definition at line 2209 of file transext.cc.

Member Function Documentation

◆ convert()

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

Definition at line 2211 of file transext.cc.

2212  {
2213  // suitable for trans. ext. numbers that are fractions of polys
2214  return NUM((fraction)n); // return the numerator
2215  }

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