gmp_perfect_power

(PHP 7 >= 7.3.0, PHP 8)

gmp_perfect_power累乗数かどうかを調べる

説明

gmp_perfect_power(GMP|int|string $num): bool

num が累乗数かどうかを調べます。

パラメータ

num

GMP オブジェクト、整数、あるいは数値に変換可能な数値形式の文字列。

戻り値

num が累乗数であった場合は true を返し、 そうでない場合は false を返します。

参考

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top