Improve the TypeScript definitions of functions like number
, bignumber
, boolean
, and complex
returning an array/matrix with known type of values
#2944
Labels
Currently the typescript definitions for Arrays and Matrices only supports number, BigNumber,Fraction or Complex
But there are functions, like 'number', that process Arrays with non-numeric types, but which are considered wrong by Typescript:
Maybe adding a generic matrix/array type should solve ?
The text was updated successfully, but these errors were encountered: