mirror of
https://github.com/josdejong/mathjs.git
synced 2026-02-01 16:07:46 +00:00
Doc typo: Fixed the argument in pickRandom from [min,max] to array
This commit is contained in:
parent
307e40cc9c
commit
5537e9896f
@ -98,7 +98,7 @@ math.add('hello ', 'world!'); // String 'hello world!'
|
||||
- math.factorial(x)
|
||||
- math.random([min, max])
|
||||
- math.randomInt([min, max])
|
||||
- math.pickRandom([min, max])
|
||||
- math.pickRandom(array)
|
||||
- math.distribution(name)
|
||||
|
||||
## Statistics
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user