-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
tiny nit: range() documentation says it creates an array... #3396
Copy link
Copy link
Closed
Labels
documentationConcerns about or enhancements to the mathjs documentationConcerns about or enhancements to the mathjs documentationgood first issueRelatively localized/straightforward changes that would provide a good introduction to mathjs codeRelatively localized/straightforward changes that would provide a good introduction to mathjs code
Metadata
Metadata
Assignees
Labels
documentationConcerns about or enhancements to the mathjs documentationConcerns about or enhancements to the mathjs documentationgood first issueRelatively localized/straightforward changes that would provide a good introduction to mathjs codeRelatively localized/straightforward changes that would provide a good introduction to mathjs code
but it really creates a matrix or array, depending on the config. And it says it creates it from a range, and there is a Range data type, but it doesn't use that. It really creates a matrix or array from start and end values and an optional step.