7 references to Acos
Microsoft.ML.Transforms (2)
Expression\BuiltinFunctions.cs (2)
231
FunctionProviderUtils.Fn<R8, R8>(Math.
Acos
));
629
return (R4)Math.
Acos
(a);
PresentationCore (2)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
295
double angle = Math.
Acos
(x) * (180.0 / Math.PI);
System\Windows\Media3D\Quaternion.cs (1)
550
double omega = Math.
Acos
(cosOmega);
PresentationFramework (1)
System\Windows\Documents\TextStore.cs (1)
2861
double radCos = Math.
Acos
(tf.M11 / Math.Sqrt((tf.M11 * tf.M11) + (tf.M12 * tf.M12)));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1777
public static double Acos(double x) => Math.
Acos
(x);
System.Runtime.Numerics (1)
System\Numerics\Complex.cs (1)
435
u = Math.
Acos
(b);