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