コード例 #1
0
ファイル: Extensions.cs プロジェクト: MohitSethi99/Mathfs
 /// <inheritdoc cref="Mathfs.Pow(float, float)"/>
 [MethodImpl(INLINE)] public static float Pow(this float value, float exponent) => Mathfs.Pow(value, exponent);