arctan2 reports wrong number of arguments

Issue #806 invalid
Former user created an issue

version 0.12 - windows 10 version 0.12 (portable) - windows 10 version 0.12 - linux

function arctan2(x, y) produces error "wrong number of arguments" when correct number of arguments (2) are given. Function fails to evaluate.

Comments (5)

  1. Isaac Brown

    I found this google searching the same issue. the function prototype preview shows "arctan2(x, y)", so that should be changed to show a semicolon.

  2. Log in to comment