1// this file was generated by gomacro command: import _b "math/cmplx"
2// DO NOT EDIT! Any change will be lost when the file is re-generated
3
4package imports
5
6import (
7	. "reflect"
8	"math/cmplx"
9)
10
11// reflection: allow interpreted code to import "math/cmplx"
12func init() {
13	Packages["math/cmplx"] = Package{
14	Binds: map[string]Value{
15		"Abs":	ValueOf(cmplx.Abs),
16		"Acos":	ValueOf(cmplx.Acos),
17		"Acosh":	ValueOf(cmplx.Acosh),
18		"Asin":	ValueOf(cmplx.Asin),
19		"Asinh":	ValueOf(cmplx.Asinh),
20		"Atan":	ValueOf(cmplx.Atan),
21		"Atanh":	ValueOf(cmplx.Atanh),
22		"Conj":	ValueOf(cmplx.Conj),
23		"Cos":	ValueOf(cmplx.Cos),
24		"Cosh":	ValueOf(cmplx.Cosh),
25		"Cot":	ValueOf(cmplx.Cot),
26		"Exp":	ValueOf(cmplx.Exp),
27		"Inf":	ValueOf(cmplx.Inf),
28		"IsInf":	ValueOf(cmplx.IsInf),
29		"IsNaN":	ValueOf(cmplx.IsNaN),
30		"Log":	ValueOf(cmplx.Log),
31		"Log10":	ValueOf(cmplx.Log10),
32		"NaN":	ValueOf(cmplx.NaN),
33		"Phase":	ValueOf(cmplx.Phase),
34		"Polar":	ValueOf(cmplx.Polar),
35		"Pow":	ValueOf(cmplx.Pow),
36		"Rect":	ValueOf(cmplx.Rect),
37		"Sin":	ValueOf(cmplx.Sin),
38		"Sinh":	ValueOf(cmplx.Sinh),
39		"Sqrt":	ValueOf(cmplx.Sqrt),
40		"Tan":	ValueOf(cmplx.Tan),
41		"Tanh":	ValueOf(cmplx.Tanh),
42	},
43	}
44}
45