mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Merge pull request #6 from bkiers/doc-fixes
Fixed 2 small doc copy-paste errors.
This commit is contained in:
commit
074cb4327f
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Calculate the square root of a value
|
||||
* Calculate the absolute value of a value
|
||||
* @param {Number | Complex | Array | Matrix | Range} x
|
||||
* @return {Number | Complex | Array | Matrix} res
|
||||
*/
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Multiply two values. x + y or multiply(x, y)
|
||||
* Multiply two values. x * y or multiply(x, y)
|
||||
* @param {Number | Complex | Unit | Array | Matrix | Range} x
|
||||
* @param {Number | Complex | Unit | Array | Matrix | Range} y
|
||||
* @return {Number | Complex | Unit | Array | Matrix} res
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user