-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Prime power
Reading time: 1minChecks if a number is a prime power.
Syntax
prime_power(Integer)
Description
Given an integer n, returns false
if the input is not a prime power. If indeed it is a prime power, returns a list with two elements: the first one is the prime and the second one is the power.