예제 #1
0
 /// <inheritdoc cref="Mathfs.Smoother01(float)"/>
 [MethodImpl(INLINE)] public static float Smoother01(this float x) => Mathfs.Smoother01(x);