isPerfectSquare

Is perfect square

nothrow
bool
isPerfectSquare
(
float n
)

Examples

assert(isPerfectSquare(64.0f));

Meta