github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/eval/gowrap/wrapbuiltin/wrap_math.go (about) 1 // Generated file, do not edit. 2 3 package wrapbuiltin 4 5 import ( 6 "reflect" 7 8 "neugram.io/ng/eval/gowrap" 9 10 wrap_math "math" 11 ) 12 13 var pkg_wrap_math = &gowrap.Pkg{ 14 Exports: map[string]reflect.Value{ 15 16 "Abs": reflect.ValueOf(wrap_math.Abs), 17 "Acos": reflect.ValueOf(wrap_math.Acos), 18 "Acosh": reflect.ValueOf(wrap_math.Acosh), 19 "Asin": reflect.ValueOf(wrap_math.Asin), 20 "Asinh": reflect.ValueOf(wrap_math.Asinh), 21 "Atan": reflect.ValueOf(wrap_math.Atan), 22 "Atan2": reflect.ValueOf(wrap_math.Atan2), 23 "Atanh": reflect.ValueOf(wrap_math.Atanh), 24 "Cbrt": reflect.ValueOf(wrap_math.Cbrt), 25 "Ceil": reflect.ValueOf(wrap_math.Ceil), 26 "Copysign": reflect.ValueOf(wrap_math.Copysign), 27 "Cos": reflect.ValueOf(wrap_math.Cos), 28 "Cosh": reflect.ValueOf(wrap_math.Cosh), 29 "Dim": reflect.ValueOf(wrap_math.Dim), 30 "E": reflect.ValueOf(wrap_math.E), 31 "Erf": reflect.ValueOf(wrap_math.Erf), 32 "Erfc": reflect.ValueOf(wrap_math.Erfc), 33 "Exp": reflect.ValueOf(wrap_math.Exp), 34 "Exp2": reflect.ValueOf(wrap_math.Exp2), 35 "Expm1": reflect.ValueOf(wrap_math.Expm1), 36 "Float32bits": reflect.ValueOf(wrap_math.Float32bits), 37 "Float32frombits": reflect.ValueOf(wrap_math.Float32frombits), 38 "Float64bits": reflect.ValueOf(wrap_math.Float64bits), 39 "Float64frombits": reflect.ValueOf(wrap_math.Float64frombits), 40 "Floor": reflect.ValueOf(wrap_math.Floor), 41 "Frexp": reflect.ValueOf(wrap_math.Frexp), 42 "Gamma": reflect.ValueOf(wrap_math.Gamma), 43 "Hypot": reflect.ValueOf(wrap_math.Hypot), 44 "Ilogb": reflect.ValueOf(wrap_math.Ilogb), 45 "Inf": reflect.ValueOf(wrap_math.Inf), 46 "IsInf": reflect.ValueOf(wrap_math.IsInf), 47 "IsNaN": reflect.ValueOf(wrap_math.IsNaN), 48 "J0": reflect.ValueOf(wrap_math.J0), 49 "J1": reflect.ValueOf(wrap_math.J1), 50 "Jn": reflect.ValueOf(wrap_math.Jn), 51 "Ldexp": reflect.ValueOf(wrap_math.Ldexp), 52 "Lgamma": reflect.ValueOf(wrap_math.Lgamma), 53 "Ln10": reflect.ValueOf(wrap_math.Ln10), 54 "Ln2": reflect.ValueOf(wrap_math.Ln2), 55 "Log": reflect.ValueOf(wrap_math.Log), 56 "Log10": reflect.ValueOf(wrap_math.Log10), 57 "Log10E": reflect.ValueOf(wrap_math.Log10E), 58 "Log1p": reflect.ValueOf(wrap_math.Log1p), 59 "Log2": reflect.ValueOf(wrap_math.Log2), 60 "Log2E": reflect.ValueOf(wrap_math.Log2E), 61 "Logb": reflect.ValueOf(wrap_math.Logb), 62 "Max": reflect.ValueOf(wrap_math.Max), 63 "MaxFloat32": reflect.ValueOf(wrap_math.MaxFloat32), 64 "MaxFloat64": reflect.ValueOf(wrap_math.MaxFloat64), 65 "MaxInt16": reflect.ValueOf(wrap_math.MaxInt16), 66 "MaxInt32": reflect.ValueOf(wrap_math.MaxInt32), 67 "MaxInt64": reflect.ValueOf(wrap_math.MaxInt64), 68 "MaxInt8": reflect.ValueOf(wrap_math.MaxInt8), 69 "MaxUint16": reflect.ValueOf(wrap_math.MaxUint16), 70 "MaxUint32": reflect.ValueOf(wrap_math.MaxUint32), 71 "MaxUint64": reflect.ValueOf(uint64(wrap_math.MaxUint64)), 72 "MaxUint8": reflect.ValueOf(wrap_math.MaxUint8), 73 "Min": reflect.ValueOf(wrap_math.Min), 74 "MinInt16": reflect.ValueOf(wrap_math.MinInt16), 75 "MinInt32": reflect.ValueOf(wrap_math.MinInt32), 76 "MinInt64": reflect.ValueOf(wrap_math.MinInt64), 77 "MinInt8": reflect.ValueOf(wrap_math.MinInt8), 78 "Mod": reflect.ValueOf(wrap_math.Mod), 79 "Modf": reflect.ValueOf(wrap_math.Modf), 80 "NaN": reflect.ValueOf(wrap_math.NaN), 81 "Nextafter": reflect.ValueOf(wrap_math.Nextafter), 82 "Nextafter32": reflect.ValueOf(wrap_math.Nextafter32), 83 "Phi": reflect.ValueOf(wrap_math.Phi), 84 "Pi": reflect.ValueOf(wrap_math.Pi), 85 "Pow": reflect.ValueOf(wrap_math.Pow), 86 "Pow10": reflect.ValueOf(wrap_math.Pow10), 87 "Remainder": reflect.ValueOf(wrap_math.Remainder), 88 "Signbit": reflect.ValueOf(wrap_math.Signbit), 89 "Sin": reflect.ValueOf(wrap_math.Sin), 90 "Sincos": reflect.ValueOf(wrap_math.Sincos), 91 "Sinh": reflect.ValueOf(wrap_math.Sinh), 92 "SmallestNonzeroFloat32": reflect.ValueOf(wrap_math.SmallestNonzeroFloat32), 93 "SmallestNonzeroFloat64": reflect.ValueOf(wrap_math.SmallestNonzeroFloat64), 94 "Sqrt": reflect.ValueOf(wrap_math.Sqrt), 95 "Sqrt2": reflect.ValueOf(wrap_math.Sqrt2), 96 "SqrtE": reflect.ValueOf(wrap_math.SqrtE), 97 "SqrtPhi": reflect.ValueOf(wrap_math.SqrtPhi), 98 "SqrtPi": reflect.ValueOf(wrap_math.SqrtPi), 99 "Tan": reflect.ValueOf(wrap_math.Tan), 100 "Tanh": reflect.ValueOf(wrap_math.Tanh), 101 "Trunc": reflect.ValueOf(wrap_math.Trunc), 102 "Y0": reflect.ValueOf(wrap_math.Y0), 103 "Y1": reflect.ValueOf(wrap_math.Y1), 104 "Yn": reflect.ValueOf(wrap_math.Yn), 105 }, 106 } 107 108 func init() { 109 if gowrap.Pkgs["math"] == nil { 110 gowrap.Pkgs["math"] = pkg_wrap_math 111 } 112 }