Multi-dimensional arrays are showing up as just 1D arrays in the properties in the docs. For example, maxima for a function appears as [ number ], even though it is 2-dimensonal array. I guess it should show up as [ [ number ] ].
The schema correctly shows the maxima array as having numDimensions = 2, so the fix should just be a change in the processing code for the docs.
Multi-dimensional arrays are showing up as just 1D arrays in the properties in the docs. For example,
maximafor a function appears as[ number ], even though it is 2-dimensonal array. I guess it should show up as[ [ number ] ].The schema correctly shows the maxima array as having
numDimensions = 2, so the fix should just be a change in the processing code for the docs.