Bug SS-2357
1 vote

Vectorize is ignored within simple function

Created by DavidEE on 6/16/2016 9:01 PM Last Updated by Davide on 4/11/2017 1:07 PM
%
 (hrs)
Logged: 0   (hrs)

 Description

I have encountered an issue while attempting to create user defined functions that use the vectorize.  A vectorize operation that can be directly calculated, such as vectorize(1/M), cannot be calculated within a user defined function, such as Recip(x):=vectorize(1/x) followed by Recip(M)= .  Please see attached.

    Davide (Sunday, July 31, 2016 7:17 PM) #

seems solved since 0.98.5983