Question: How to simplify formula like e^(ln(2*Pi)*n)?

I have tried

assume(n >= 0, n::integer);

But still,

simplify(exp(-n*ln(2*Pi)))

does nothing.

I want to convert it to (2*Pi)^(-n).

Please Wait...