1 reference to ReciprocalEstimate
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1204
public static BFloat16 ReciprocalEstimate(BFloat16 x) => (BFloat16)float.
ReciprocalEstimate
((float)x);