http://imagej.273.s1.nabble.com/Issue-on-newArray-macro-function-tp5019886p5019905.html
> On Jan 17, 2018, at 3:30 AM, Jan Eglinger <
[hidden email]> wrote:
>
> Hi Wayne,
>
> On 16.01.2018 21:20, Wayne Rasband wrote:
>> Your proposed fix for this bug is in the latest daily build (1.51u12).
>
> This bug is not limited to expressions with +,-,* or /
>
> For example, while the following works:
>
> a = newArray(2, acos(0.2), log(2));
>
> these other lines throw exceptions:
>
> a = newArray(acos(0.2), log(2), 2);
> a = newArray(log(2), 2, acos(0.2));
This bug is fixed in today’s daily build (1.51u16).