This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
mathjs
Watch
1
Star
0
Fork
0
You've already forked mathjs
mirror of
https://github.com/josdejong/mathjs.git
synced
2025-12-08 19:46:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mathjs
/
lib
/
function
/
utils
History
jos
4314827cba
Merge remote-tracking branch 'origin/develop' into develop
2015-06-10 20:50:39 +02:00
..
clone.js
Simplified the factory structure a little bit. Reworked reviver and BigNumber to factories
2015-03-26 21:03:55 +01:00
filter.js
Update filter.js
2015-06-09 11:54:46 -07:00
forEach.js
Removed
boolean
,
string
, and
null
from the list with argument types, only leaving the directly supported types (which types can be converted to supported types is determined externally). Consistently renamed primitive types lower case (
boolean
,
string
,
number
,
null
) and non-primitive types uppercase (
Complex
,
BigNumber
,
Function
,
Array
, ...).
2015-05-20 21:08:26 +02:00
format.js
Removed
boolean
,
string
, and
null
from the list with argument types, only leaving the directly supported types (which types can be converted to supported types is determined externally). Consistently renamed primitive types lower case (
boolean
,
string
,
number
,
null
) and non-primitive types uppercase (
Complex
,
BigNumber
,
Function
,
Array
, ...).
2015-05-20 21:08:26 +02:00
index.js
Implemented util function
isNegative
2015-06-07 22:10:45 +02:00
isInteger.js
Fixed docgenerator for v2. Updated docs.
2015-06-10 20:50:29 +02:00
isNegative.js
Fixed docgenerator for v2. Updated docs.
2015-06-10 20:50:29 +02:00
isNumeric.js
Fixed docgenerator for v2. Updated docs.
2015-06-10 20:50:29 +02:00
isPositive.js
Fixed docgenerator for v2. Updated docs.
2015-06-10 20:50:29 +02:00
isZero.js
Fixed docgenerator for v2. Updated docs.
2015-06-10 20:50:29 +02:00
map.js
Removed
boolean
,
string
, and
null
from the list with argument types, only leaving the directly supported types (which types can be converted to supported types is determined externally). Consistently renamed primitive types lower case (
boolean
,
string
,
number
,
null
) and non-primitive types uppercase (
Complex
,
BigNumber
,
Function
,
Array
, ...).
2015-05-20 21:08:26 +02:00
partitionSelect.js
Conversions after merging
develop
into
v2
2015-06-07 15:57:58 +02:00
print.js
Removed
boolean
,
string
, and
null
from the list with argument types, only leaving the directly supported types (which types can be converted to supported types is determined externally). Consistently renamed primitive types lower case (
boolean
,
string
,
number
,
null
) and non-primitive types uppercase (
Complex
,
BigNumber
,
Function
,
Array
, ...).
2015-05-20 21:08:26 +02:00
sort.js
Removed
boolean
,
string
, and
null
from the list with argument types, only leaving the directly supported types (which types can be converted to supported types is determined externally). Consistently renamed primitive types lower case (
boolean
,
string
,
number
,
null
) and non-primitive types uppercase (
Complex
,
BigNumber
,
Function
,
Array
, ...).
2015-05-20 21:08:26 +02:00
typeof.js
Function
typeof
no longer returns lower case names, but now returns lower case names for primitives (like
number
,
boolean
,
string
), and upper-camel-case for non-primitives (like
Array
,
Complex
,
Function
).
2015-05-22 21:05:35 +02:00