pd

Function pd 

Source
pub fn pd(n: u64) -> u64
Expand description

Returns divisor of number that consists only of power expressions in Algexenotation.

Notice that there can be multiple power expressions, so the divisor is the product of all such expressions. This should not be confused with alexeno_pow.

The name pd stands for power-divisor.