_mm_pow_ss

Computes base^exponent for a single 32-bit float. This is an approximation, valid up to approximately -100dB of accuracy IMPORTANT: NaN, zero, or infinity input not supported properly. x must be > 0 and finite.

nothrow @nogc pure @safe
float
_mm_pow_ss
(
float base
,
float exponent
)

Meta