We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matrixFrom*
The issues section is used only for bug reports. Please use the Discussions section to ask questions and share ideas and suggestions.
Describe the bug The type definition of matrixFromRows is missing, also for matrixFromColumns and matrixFromFunction.
matrixFromRows
matrixFromColumns
matrixFromFunction
To Reproduce
Create a simple typescript project.
pnpm init pnpm add typescript -D pnpm add mathjs .\node_modules\.bin\tsc --init
The text was updated successfully, but these errors were encountered:
Thanks for reporting.
Anyone able to add those functions to the type definitions? Help would be welcome!
Sorry, something went wrong.
Hi Again @josdejong, I can fill this in if you'd like?
Yes please! Thanks!
Type definition missing for matrixFrom* josdejong#3115
7f0a8a2
Hi @josdejong Made the changes, and a couple of small improvements. :) #3146
No branches or pull requests
The issues section is used only for bug reports. Please use the Discussions section to ask questions and share ideas and suggestions.
Describe the bug
The type definition of
matrixFromRows
is missing, also formatrixFromColumns
andmatrixFromFunction
.To Reproduce
Create a simple typescript project.
The text was updated successfully, but these errors were encountered: