fe.sq

struct fe
nothrow @nogc @property
sq
const pure
(
uint repeat = 1
)
(
)
if (
repeat > 0
)

Parameters

repeat

Repeat squaring n times.

Return Value

Type: fe

f^2 or f^(2^repeat).

Meta