OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Acos
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/math/
asin.go
47
//
Acos
returns the arccosine, in radians, of x.
50
//
Acos
(x) = NaN if x < -1 or x > 1
51
func
Acos
(x float64) float64
53
func
acos
(x float64) float64 {
func
/prebuilts/go/linux-x86/src/math/
asin.go
47
//
Acos
returns the arccosine, in radians, of x.
50
//
Acos
(x) = NaN if x < -1 or x > 1
51
func
Acos
(x float64) float64
53
func
acos
(x float64) float64 {
func
/prebuilts/go/darwin-x86/src/math/cmplx/
asin.go
93
//
Acos
returns the inverse cosine of x.
94
func
Acos
(x complex128) complex128 {
101
w :=
Acos
(x)
/prebuilts/go/linux-x86/src/math/cmplx/
asin.go
93
//
Acos
returns the inverse cosine of x.
94
func
Acos
(x complex128) complex128 {
101
w :=
Acos
(x)
Completed in 197 milliseconds