X7ROOT File Manager
Current Path:
/opt/golang/1.17.2/src/math
opt
/
golang
/
1.17.2
/
src
/
math
/
π
..
π
abs.go
(363 B)
π
acos_s390x.s
(3.73 KB)
π
acosh.go
(1.71 KB)
π
acosh_s390x.s
(4.32 KB)
π
all_test.go
(85.27 KB)
π
arith_s390x.go
(3.73 KB)
π
arith_s390x_test.go
(10.78 KB)
π
asin.go
(1.08 KB)
π
asin_s390x.s
(4.16 KB)
π
asinh.go
(1.92 KB)
π
asinh_s390x.s
(5.74 KB)
π
atan.go
(3.03 KB)
π
atan2.go
(1.52 KB)
π
atan2_s390x.s
(6.93 KB)
π
atan_s390x.s
(3.69 KB)
π
atanh.go
(1.99 KB)
π
atanh_s390x.s
(5.36 KB)
π
big
π
bits
π
bits.go
(1.87 KB)
π
cbrt.go
(2.31 KB)
π
cbrt_s390x.s
(4.89 KB)
π
cmplx
π
const.go
(2.33 KB)
π
const_test.go
(1.29 KB)
π
copysign.go
(378 B)
π
cosh_s390x.s
(5.59 KB)
π
dim.go
(1.68 KB)
π
dim_amd64.s
(1.92 KB)
π
dim_arm64.s
(963 B)
π
dim_asm.go
(380 B)
π
dim_noasm.go
(450 B)
π
dim_riscv64.s
(1.16 KB)
π
dim_s390x.s
(1.97 KB)
π
erf.go
(11.5 KB)
π
erf_s390x.s
(8.5 KB)
π
erfc_s390x.s
(14.4 KB)
π
erfinv.go
(3.36 KB)
π
example_test.go
(3.66 KB)
π
exp.go
(5.37 KB)
π
exp2_asm.go
(268 B)
π
exp2_noasm.go
(301 B)
π
exp_amd64.go
(277 B)
π
exp_amd64.s
(4.24 KB)
π
exp_arm64.s
(5.36 KB)
π
exp_asm.go
(296 B)
π
exp_noasm.go
(333 B)
π
exp_s390x.s
(4.65 KB)
π
expm1.go
(7.9 KB)
π
expm1_s390x.s
(5.29 KB)
π
export_s390x_test.go
(732 B)
π
export_test.go
(357 B)
π
floor.go
(3.28 KB)
π
floor_386.s
(1.47 KB)
π
floor_amd64.s
(2 KB)
π
floor_arm64.s
(573 B)
π
floor_asm.go
(482 B)
π
floor_noasm.go
(589 B)
π
floor_ppc64x.s
(523 B)
π
floor_s390x.s
(579 B)
π
floor_wasm.s
(459 B)
π
fma.go
(4.46 KB)
π
frexp.go
(926 B)
π
gamma.go
(5.52 KB)
π
huge_test.go
(2.56 KB)
π
hypot.go
(845 B)
π
hypot_386.s
(1.81 KB)
π
hypot_amd64.s
(1.05 KB)
π
hypot_asm.go
(284 B)
π
hypot_noasm.go
(319 B)
π
j0.go
(13.6 KB)
π
j1.go
(13.3 KB)
π
jn.go
(7.17 KB)
π
ldexp.go
(1.05 KB)
π
lgamma.go
(11.02 KB)
π
log.go
(3.86 KB)
π
log10.go
(869 B)
π
log10_s390x.s
(4.73 KB)
π
log1p.go
(6.34 KB)
π
log1p_s390x.s
(5.15 KB)
π
log_amd64.s
(3.67 KB)
π
log_asm.go
(281 B)
π
log_s390x.s
(4.31 KB)
π
log_stub.go
(316 B)
π
logb.go
(1014 B)
π
mod.go
(900 B)
π
modf.go
(910 B)
π
modf_arm64.s
(447 B)
π
modf_asm.go
(322 B)
π
modf_noasm.go
(359 B)
π
modf_ppc64x.s
(440 B)
π
nextafter.go
(1.2 KB)
π
pow.go
(3.22 KB)
π
pow10.go
(1.24 KB)
π
pow_s390x.s
(16.27 KB)
π
rand
π
remainder.go
(2.04 KB)
π
signbit.go
(302 B)
π
sin.go
(6.35 KB)
π
sin_s390x.s
(8.34 KB)
π
sincos.go
(1.75 KB)
π
sinh.go
(1.69 KB)
π
sinh_s390x.s
(5.98 KB)
π
sqrt.go
(4.9 KB)
π
sqrt_386.s
(304 B)
π
sqrt_amd64.s
(334 B)
π
sqrt_arm.s
(529 B)
π
sqrt_arm64.s
(310 B)
π
sqrt_asm.go
(416 B)
π
sqrt_mipsx.s
(409 B)
π
sqrt_noasm.go
(469 B)
π
sqrt_ppc64x.s
(362 B)
π
sqrt_riscv64.s
(308 B)
π
sqrt_s390x.s
(309 B)
π
sqrt_wasm.s
(273 B)
π
stubs.go
(2.59 KB)
π
stubs_s390x.s
(12.38 KB)
π
tan.go
(3.67 KB)
π
tan_s390x.s
(2.73 KB)
π
tanh.go
(2.65 KB)
π
tanh_s390x.s
(4.57 KB)
π
trig_reduce.go
(3.33 KB)
π
unsafe.go
(1.27 KB)
Editing: cbrt.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package math // The go code is a modified version of the original C code from // http://www.netlib.org/fdlibm/s_cbrt.c and came with this notice. // // ==================================================== // Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. // // Developed at SunSoft, a Sun Microsystems, Inc. business. // Permission to use, copy, modify, and distribute this // software is freely granted, provided that this notice // is preserved. // ==================================================== // Cbrt returns the cube root of x. // // Special cases are: // Cbrt(Β±0) = Β±0 // Cbrt(Β±Inf) = Β±Inf // Cbrt(NaN) = NaN func Cbrt(x float64) float64 { if haveArchCbrt { return archCbrt(x) } return cbrt(x) } func cbrt(x float64) float64 { const ( B1 = 715094163 // (682-0.03306235651)*2**20 B2 = 696219795 // (664-0.03306235651)*2**20 C = 5.42857142857142815906e-01 // 19/35 = 0x3FE15F15F15F15F1 D = -7.05306122448979611050e-01 // -864/1225 = 0xBFE691DE2532C834 E = 1.41428571428571436819e+00 // 99/70 = 0x3FF6A0EA0EA0EA0F F = 1.60714285714285720630e+00 // 45/28 = 0x3FF9B6DB6DB6DB6E G = 3.57142857142857150787e-01 // 5/14 = 0x3FD6DB6DB6DB6DB7 SmallestNormal = 2.22507385850720138309e-308 // 2**-1022 = 0x0010000000000000 ) // special cases switch { case x == 0 || IsNaN(x) || IsInf(x, 0): return x } sign := false if x < 0 { x = -x sign = true } // rough cbrt to 5 bits t := Float64frombits(Float64bits(x)/3 + B1<<32) if x < SmallestNormal { // subnormal number t = float64(1 << 54) // set t= 2**54 t *= x t = Float64frombits(Float64bits(t)/3 + B2<<32) } // new cbrt to 23 bits r := t * t / x s := C + r*t t *= G + F/(s+E+D/s) // chop to 22 bits, make larger than cbrt(x) t = Float64frombits(Float64bits(t)&(0xFFFFFFFFC<<28) + 1<<30) // one step newton iteration to 53 bits with error less than 0.667ulps s = t * t // t*t is exact r = x / s w := t + t r = (r - t) / (w + r) // r-s is exact t = t + t*r // restore the sign bit if sign { t = -t } return t }
Upload File
Create Folder