NTLib - Number Theory Library 0.9
Loading...
Searching...
No Matches
ntlib::prime_power< T > Struct Template Referenceexport

Represents a single prime power. More...

Collaboration diagram for ntlib::prime_power< T >:

Public Attributes

p
 The prime number.
e
 The exponent.

Detailed Description

template<Integer T>
struct ntlib::prime_power< T >

Represents a single prime power.

For a prime \(p\) and a integer \(e \geq 1\), this represents the prime power \(p^e\).

Template Parameters
TAn integer-like type.

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