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

Returns divisor of number that consists of power expressions only 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.