10 references to Cbrt
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
808destination = T.Cbrt(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Cbrt.cs (1)
31public static T Invoke(T x) => T.Cbrt(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1538/// <inheritdoc cref="IRootFunctions{TSelf}.Cbrt(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2260/// <inheritdoc cref="IRootFunctions{TSelf}.Cbrt(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1983/// <inheritdoc cref="IRootFunctions{TSelf}.Cbrt(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
964/// <inheritdoc cref="IRootFunctions{TSelf}.Cbrt(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
975/// <inheritdoc cref="IRootFunctions{TSelf}.Cbrt(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
968/// <inheritdoc cref="IRootFunctions{TSelf}.Cbrt(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1758/// <inheritdoc cref="IRootFunctions{TSelf}.Cbrt(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1555/// <inheritdoc cref="IRootFunctions{TSelf}.Cbrt(TSelf)" />