HomeSort by relevance Sort by last modified time
    Searched defs:Cosh (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/src/math/
sinh.go 15 Cosh(x) is computed from the exponential func for
65 // Cosh returns the hyperbolic cosine of x.
68 // Cosh(±0) = 1
69 // Cosh(±Inf) = +Inf
70 // Cosh(NaN) = NaN
71 func Cosh(x float64) float64
73 func cosh(x float64) float64 { func
  /prebuilts/go/linux-x86/src/math/
sinh.go 15 Cosh(x) is computed from the exponential func for
65 // Cosh returns the hyperbolic cosine of x.
68 // Cosh(±0) = 1
69 // Cosh(±Inf) = +Inf
70 // Cosh(NaN) = NaN
71 func Cosh(x float64) float64
73 func cosh(x float64) float64 { func
  /prebuilts/go/darwin-x86/src/math/cmplx/
sin.go 40 // w = sin x cosh y + i cos x sinh y.
64 // = sinh x * cos y + i cosh x * sin y .
88 // w = cos x cosh y - i sin x sinh y.
108 // ccosh(z) = cosh x cos y + i sinh x sin y .
116 // Cosh returns the hyperbolic cosine of x.
117 func Cosh(x complex128) complex128 {
123 // calculate sinh and cosh
126 return math.Sinh(x), math.Cosh(x)
  /prebuilts/go/linux-x86/src/math/cmplx/
sin.go 40 // w = sin x cosh y + i cos x sinh y.
64 // = sinh x * cos y + i cosh x * sin y .
88 // w = cos x cosh y - i sin x sinh y.
108 // ccosh(z) = cosh x cos y + i sinh x sin y .
116 // Cosh returns the hyperbolic cosine of x.
117 func Cosh(x complex128) complex128 {
123 // calculate sinh and cosh
126 return math.Sinh(x), math.Cosh(x)
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 51 Cosh = 15,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 51 Cosh = 15,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 51 Cosh = 15,

Completed in 570 milliseconds