fe.sq

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

Parameters

repeat

Repeat squaring n times.

Return Value

Type: fe

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

Meta