Exemple #1
0
 /// <inheritdoc cref="Mathfs.Pow(float, float)"/>
 [MethodImpl(INLINE)] public static float Pow(this float value, float exponent) => Mathfs.Pow(value, exponent);