Quick Square root question

It is in Fmath::Sqrt


static FORCEINLINE float Sqrt( float Value ) { return sqrtf(Value);

Btw it is not in the docs for some reason. Does anyone know why?

1 Like