Repository URL to install this package:
|
Version:
1.0 ▾
|
!<arch>
__.PKGDEF 0 0 0 644 7781 `
go object linux amd64 go1.6 X:none
build id "3a16ee3f7085b158f156c01dd2aa52c3c52083c1"
$$
package math
func @"".Abs (@"".x·2 float64) (? float64) { if @"".x·2 < float64(0) { return -@"".x·2 }; if @"".x·2 == float64(0) { return float64(0) }; return @"".x·2 }
func @"".Acosh (@"".x·2 float64) (? float64)
func @"".Asin (@"".x·2 float64) (? float64)
func @"".Acos (@"".x·2 float64) (? float64)
func @"".Asinh (@"".x·2 float64) (? float64)
func @"".Atan (@"".x·2 float64) (? float64)
func @"".Atan2 (@"".y·2 float64, @"".x·3 float64) (? float64)
func @"".Atanh (@"".x·2 float64) (? float64)
func @"".Inf (@"".sign·2 int) (? float64) { var @"".v·3 uint64; ; if @"".sign·2 >= int(0x0) { @"".v·3 = uint64(0x7ff0000000000000) } else { @"".v·3 = uint64(0xfff0000000000000) }; return @"".Float64frombits(@"".v·3) }
func @"".NaN () (? float64) { return @"".Float64frombits(uint64(0x7ff8000000000001)) }
func @"".IsNaN (@"".f·2 float64) (@"".is·1 bool) { return @"".f·2 != @"".f·2 }
func @"".IsInf (@"".f·2 float64, @"".sign·3 int) (? bool) { return @"".sign·3 >= int(0x0) && @"".f·2 > float64(13407807929942595611008317640802934282464207265959107021466054756094376573581619054852612241927956455650759996398703782412109633178814162067569513603268608p+512) || @"".sign·3 <= int(0x0) && @"".f·2 < float64(-13407807929942595611008317640802934282464207265959107021466054756094376573581619054852612241927956455650759996398703782412109633178814162067569513603268608p+512) }
func @"".Cbrt (@"".x·2 float64) (? float64)
const @"".E = 9111550163858012281440901732746538838772262590143654133938674751170893736363860704678356685906435473285900222617098459660313571825500424586151709661124231p-510
const @"".Pi = 10530467723362659054861705371139847026313999328372313651398671264290261667305059853430759911261303750058910086673991292806674482496707279864659214801481682p-510
const @"".Phi = 10847144472638745544240776124969228895968323349244691751537154604241531734156010545133505439574738482742904164046774134181301695257481681380278914220451304p-511
const @"".Sqrt2 = 9480751908109176726832526455652159260084541744031329863792443348520588807804075453057941069265963710335539176595070829907545911495373758058123820612521164p-511
const @"".SqrtE = 11052869063779106718200679055205102273070587518356029589708020333913158600867734986638256625460472404454060083574967070165631187607879316146484494252887334p-511
const @"".SqrtPi = 11882360398814135739818650589663311584385110261547982428892393580705862806919394850161618767294298383321869376914584107073856110841145104519811031519770634p-511
const @"".SqrtPhi = 8527497571898768444094788341181010056228877721281681218525111014165002372479842390347058949131411358908092851394101606169298203269498397847157885753893850p-511
const @"".Ln2 = 9293584264128987901384440660653081117630633404975079641076009763963037656404702842540972385662964022492363352455342103475936016506420336059520147976425576p-512
const @"".Log2E = 9671689004859951471451510700966227821397578809549890556103133486120211484101236374917210827834571490990560020909793651977303669442567160330196651027673915p-511
const @"".Ln10 = 7718154667303294525535807123668701784088749544639269844330854713417502399132378792470215254015532173856280403153541607081951593465883977341501885089972609p-510
const @"".Log10E = 11645873996785463169335113650913961638081378781380835843607526526887199042223674282440048773139860374459897757791791429659694786306613464090293660335282213p-513
const @"".MaxFloat32 = 13407807130774968218680013764516955300428791548951268855490946823777582365978381838941875547368541043436087241270791683773658421577264796048632610595799040p-384
const @"".SmallestNonzeroFloat32 = 13407807929942597099574024998205846127476859526281406305997157614053697519758116209723839542388419390837860564546892625342279307746235762181839259274038433p-661
const @"".MaxFloat64 = 13407807929942595611008317640802934282466402440167209614001403565979142097391741634560602662607475277315483922957140688461601785037921060160934708985602772p+512
const @"".SmallestNonzeroFloat64 = 6703903964971298549787012499102923063740228342700732424433850181962553587394957242927481855620866628838346421790456642978716556135060279397518762633059160p-1585
const @"".MaxInt8 = 0x7f
const @"".MinInt8 = -0x80
const @"".MaxInt16 = 0x7fff
const @"".MinInt16 = -0x8000
const @"".MaxInt32 = 0x7fffffff
const @"".MinInt32 = -0x80000000
const @"".MaxInt64 = 0x7fffffffffffffff
const @"".MinInt64 = -0x8000000000000000
const @"".MaxUint8 = 0xff
const @"".MaxUint16 = 0xffff
const @"".MaxUint32 = 0xffffffff
const @"".MaxUint64 = 0xffffffffffffffff
func @"".Copysign (@"".x·2 float64, @"".y·3 float64) (? float64)
func @"".Dim (@"".x·2 float64, @"".y·3 float64) (? float64)
func @"".Max (@"".x·2 float64, @"".y·3 float64) (? float64)
func @"".Min (@"".x·2 float64, @"".y·3 float64) (? float64)
func @"".Erf (@"".x·2 float64) (? float64)
func @"".Erfc (@"".x·2 float64) (? float64)
func @"".Exp (@"".x·2 float64) (? float64)
func @"".Exp2 (@"".x·2 float64) (? float64)
func @"".Expm1 (@"".x·2 float64) (? float64)
func @"".Floor (@"".x·2 float64) (? float64)
func @"".Ceil (@"".x·2 float64) (? float64)
func @"".Trunc (@"".x·2 float64) (? float64)
func @"".Frexp (@"".f·3 float64) (@"".frac·1 float64, @"".exp·2 int)
func @"".Gamma (@"".x·2 float64) (? float64)
func @"".Hypot (@"".p·2 float64, @"".q·3 float64) (? float64)
func @"".J0 (@"".x·2 float64) (? float64)
func @"".Y0 (@"".x·2 float64) (? float64)
func @"".J1 (@"".x·2 float64) (? float64)
func @"".Y1 (@"".x·2 float64) (? float64)
func @"".Jn (@"".n·2 int, @"".x·3 float64) (? float64)
func @"".Yn (@"".n·2 int, @"".x·3 float64) (? float64)
func @"".Ldexp (@"".frac·2 float64, @"".exp·3 int) (? float64)
func @"".Lgamma (@"".x·3 float64) (@"".lgamma·1 float64, @"".sign·2 int)
func @"".Log (@"".x·2 float64) (? float64)
func @"".Log10 (@"".x·2 float64) (? float64)
func @"".Log2 (@"".x·2 float64) (? float64)
func @"".Log1p (@"".x·2 float64) (? float64)
func @"".Logb (@"".x·2 float64) (? float64)
func @"".Ilogb (@"".x·2 float64) (? int)
func @"".Mod (@"".x·2 float64, @"".y·3 float64) (? float64)
func @"".Modf (@"".f·3 float64) (@"".int·1 float64, @"".frac·2 float64)
func @"".Nextafter32 (@"".x·2 float32, @"".y·3 float32) (@"".r·1 float32)
func @"".Nextafter (@"".x·2 float64, @"".y·3 float64) (@"".r·1 float64)
func @"".Pow (@"".x·2 float64, @"".y·3 float64) (? float64)
func @"".Pow10 (@"".e·2 int) (? float64)
func @"".Remainder (@"".x·2 float64, @"".y·3 float64) (? float64)
func @"".Signbit (@"".x·2 float64) (? bool) { return @"".Float64bits(@"".x·2) & uint64(0x8000000000000000) != uint64(0x0) }
func @"".Cos (@"".x·2 float64) (? float64)
func @"".Sin (@"".x·2 float64) (? float64)
func @"".Sincos (@"".x·3 float64) (@"".sin·1 float64, @"".cos·2 float64)
func @"".Sinh (@"".x·2 float64) (? float64)
func @"".Cosh (@"".x·2 float64) (? float64)
func @"".Sqrt (@"".x·2 float64) (? float64)
func @"".Tan (@"".x·2 float64) (? float64)
func @"".Tanh (@"".x·2 float64) (? float64)
func @"".Float32bits (@"".f·2 float32) (? uint32) { return *(*uint32)(@"unsafe".Pointer(&@"".f·2)) }
func @"".Float32frombits (@"".b·2 uint32) (? float32) { return *(*float32)(@"unsafe".Pointer(&@"".b·2)) }
func @"".Float64bits (@"".f·2 float64) (? uint64) { return *(*uint64)(@"unsafe".Pointer(&@"".f·2)) }
func @"".Float64frombits (@"".b·2 uint64) (? float64) { return *(*float64)(@"unsafe".Pointer(&@"".b·2)) }
func @"".init ()
const @"".uvneginf = 0xfff0000000000000
const @"".uvinf = 0x7ff0000000000000
const @"".uvnan = 0x7ff8000000000001
import unsafe "unsafe" // indirect
$$
_go_.o 0 0 0 644 152985 `
go object linux amd64 go1.6 X:none
!
go13ld þ"".Abs òT$WÀWÉf.ÊwWÉf.Êuz
WÀòD$ÃòT$Ãò òYÂòD$ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌd *$f64.bff0000000000000 "".~r1 type.float64 "".x type.float64 P P
" Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad Tgclocals·33cdeccccebe80329f1fdbee7f5874cb .$GOROOT/src/math/abs.goþ"".Acosh à àdH% H;a Hì òT$(WÀò
f.ÊB f.ÒÃÀH Ø<