7 references to Acos
Microsoft.ML.Transforms (2)
Expression\BuiltinFunctions.cs (2)
231FunctionProviderUtils.Fn<R8, R8>(Math.Acos)); 629return (R4)Math.Acos(a);
PresentationCore (2)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
295double angle = Math.Acos(x) * (180.0 / Math.PI);
System\Windows\Media3D\Quaternion.cs (1)
550double omega = Math.Acos(cosOmega);
PresentationFramework (1)
System\Windows\Documents\TextStore.cs (1)
2861double 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)
1777public static double Acos(double x) => Math.Acos(x);
System.Runtime.Numerics (1)
System\Numerics\Complex.cs (1)
435u = Math.Acos(b);