Skip to content

Commit

Permalink
list of integers -> list of numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jan 17, 2024
1 parent 5892285 commit 912935e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathics/builtin/list/constructing.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class Range(Builtin):
<dd>returns a list of (Integer, Rational, Real) numbers from $a$ to $b$.
<dt>'Range[$a$, $b$, $di$]'
<dd>returns a list of integers from $a$ to $b$ using step $di$.
<dd>returns a list of numbers from $a$ to $b$ using step $di$.
More specifically, 'Range' starts from $a$ and successively adds \
increments of $di$ until the result is greater (if $di$ > 0) or \
less (if $di$ < 0) than $b$.
Expand Down

0 comments on commit 912935e

Please sign in to comment.