OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Ldexp
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/math/
ldexp.go
7
//
Ldexp
is the inverse of Frexp.
11
//
Ldexp
(±0, exp) = ±0
12
//
Ldexp
(±Inf, exp) = ±Inf
13
//
Ldexp
(NaN, exp) = NaN
14
func
Ldexp
(frac float64, exp int) float64
16
func
ldexp
(frac float64, exp int) float64 {
func
/prebuilts/go/linux-x86/src/math/
ldexp.go
7
//
Ldexp
is the inverse of Frexp.
11
//
Ldexp
(±0, exp) = ±0
12
//
Ldexp
(±Inf, exp) = ±Inf
13
//
Ldexp
(NaN, exp) = NaN
14
func
Ldexp
(frac float64, exp int) float64
16
func
ldexp
(frac float64, exp int) float64 {
func
Completed in 62 milliseconds