Atan2 constructor
Atan2()
Implementation
Atan2()
: super(
methodName: "atan2",
targetType: NativeMethodTarget.number,
arity: 1,
function: (target, interpreter, arguments) {
return math.atan2(target, arguments[0]);
},
);