FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/function/utils - siapble/mathjs · GitHub
siapble
/
mathjs
Public
forked from
josdejong/mathjs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
mathjs
src
function
utils
on
develop
User selector
Datepicker
Commit history
Commits on Feb 9, 2019
Improve docs of `hasNumericValue`
josdejong
committed
ec848b7
View commit details
Copy full SHA for ec848b7
View code at this point
Browse repository at this point
Add embedded docs for `hasNumericValue`
josdejong
committed
049f802
View commit details
Copy full SHA for 049f802
View code at this point
Browse repository at this point
Commits on Nov 3, 2018
add util function hasNumericValue (#1303)
Show description for 3cbe1e0
Sathish-kumar-Subramani
authored and
josdejong
committed
3cbe1e0
View commit details
Copy full SHA for 3cbe1e0
View code at this point
Browse repository at this point
Commits on Aug 21, 2018
Fixed #1214: median and other functions not neatly handling `NaN`
josdejong
committed
b6ab40c
View commit details
Copy full SHA for b6ab40c
View code at this point
Browse repository at this point
Commits on Aug 12, 2018
Release v5.1.0
josdejong
committed
9b2d2d4
View commit details
Copy full SHA for 9b2d2d4
View code at this point
Browse repository at this point
Commits on Jul 28, 2018
Fixed a typo in an example
josdejong
authored
d711cb1
View commit details
Copy full SHA for d711cb1
View code at this point
Browse repository at this point
Commits on Jul 19, 2018
Insert zero width white spaces to prevent the table from getting too wide (see #1176)
josdejong
authored
6abe318
View commit details
Copy full SHA for 6abe318
View code at this point
Browse repository at this point
Commits on Jun 13, 2018
Dropped support for (non-primitive) instances of `Number`, `Boolean`, and `String` from functions `clone` and `typeof`
josdejong
committed
4254b74
View commit details
Copy full SHA for 4254b74
View code at this point
Browse repository at this point
Fix return statement should not contain assignment
josdejong
committed
600cfb4
View commit details
Copy full SHA for 600cfb4
View code at this point
Browse repository at this point
Cleanup unused variables and imports
josdejong
committed
0583771
View commit details
Copy full SHA for 0583771
View code at this point
Browse repository at this point
Use strict equality checks everywhere (`===` and `!==`)
josdejong
committed
b6b36bf
View commit details
Copy full SHA for b6b36bf
View code at this point
Browse repository at this point
Refactored `var` into `const`/`let`, and removed a lot of semicolons
josdejong
committed
b3b9674
View commit details
Copy full SHA for b3b9674
View code at this point
Browse repository at this point
Commits on Jun 10, 2018
Fix most lint errors using `npx standard --fix`
josdejong
committed
024b2a9
View commit details
Copy full SHA for 024b2a9
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
Move `lib` to `src`
josdejong
committed
35329d7
View commit details
Copy full SHA for 35329d7
View code at this point
Browse repository at this point
Commits on Aug 14, 2013
fixed npm install, changed src to lib
sebpiq
committed
aa0249d
View commit details
Copy full SHA for aa0249d
View code at this point
Browse repository at this point
Commits on Aug 11, 2013
Improved module structure, removed references to a global namespace
josdejong
committed
3f79c70
View commit details
Copy full SHA for 3f79c70
View code at this point
Browse repository at this point
Fixed getting/setting subset of an Array via the parser
josdejong
committed
fee1c51
View commit details
Copy full SHA for fee1c51
View code at this point
Browse repository at this point
Commits on Aug 9, 2013
Changed syntax of range to `range(start, end [, step])`
josdejong
committed
d76602a
View commit details
Copy full SHA for d76602a
View code at this point
Browse repository at this point
Upperbound of range is now excluded
josdejong
committed
aa471db
View commit details
Copy full SHA for aa471db
View code at this point
Browse repository at this point
Commits on Aug 7, 2013
Minor improvements in the static functions of prototypes
josdejong
committed
10633d7
View commit details
Copy full SHA for 10633d7
View code at this point
Browse repository at this point
Directly export prototypes as module.exports
josdejong
committed
4b20d7c
View commit details
Copy full SHA for 4b20d7c
View code at this point
Browse repository at this point
Packed all functions in a closure (makes them environment independent)
josdejong
committed
283e76e
View commit details
Copy full SHA for 283e76e
View code at this point
Browse repository at this point
Commits on Aug 6, 2013
Created shared module math.js for all functions (resolves circular references)
josdejong
committed
fe06d51
View commit details
Copy full SHA for fe06d51
View code at this point
Browse repository at this point
Commits on Aug 5, 2013
Changed all source files into node.js modules
josdejong
committed
8cc9ceb
View commit details
Copy full SHA for 8cc9ceb
View code at this point
Browse repository at this point
Commits on Aug 4, 2013
Replaced all `x instanceof Array` with `Array.isArray(x)`
josdejong
committed
6a6b5c3
View commit details
Copy full SHA for 6a6b5c3
View code at this point
Browse repository at this point
Refactored all code to 2 space indentation
josdejong
committed
19b507b
View commit details
Copy full SHA for 19b507b
View code at this point
Browse repository at this point
Commits on Aug 3, 2013
Fixed #44: allow multiple unary minus operators after each other
josdejong
committed
0fef354
View commit details
Copy full SHA for 0fef354
View code at this point
Browse repository at this point
Commits on Jul 21, 2013
Changed matrix indexes from one-based to zero-based (Fixed #23)
josdejong
committed
e9b9f0c
View commit details
Copy full SHA for e9b9f0c
View code at this point
Browse repository at this point
Implemented constants true, false.
Show description for fdfc669
josdejong
committed
fdfc669
View commit details
Copy full SHA for fdfc669
View code at this point
Browse repository at this point
Commits on Jul 8, 2013
Renamed unaryminus to unary
josdejong
committed
881889d
View commit details
Copy full SHA for 881889d
View code at this point
Browse repository at this point
Commits on Jul 4, 2013
Added the docs again to the library (yes yes that makes it bigger. We wil enable custom, stripped builds later on)
josdejong
committed
a8879df
View commit details
Copy full SHA for a8879df
View code at this point
Browse repository at this point
Commits on Jun 26, 2013
Fixed a bug in determining node dependencies in function assignments
josdejong
committed
9d246aa
View commit details
Copy full SHA for 9d246aa
View code at this point
Browse repository at this point
Implemented custom node handler in the parser
josdejong
committed
47980ca
View commit details
Copy full SHA for 47980ca
View code at this point
Browse repository at this point
Commits on Jun 14, 2013
Released version 0.9.1
josdejong
committed
4dda904
View commit details
Copy full SHA for 4dda904
View code at this point
Browse repository at this point
Commits on Jun 13, 2013
Fixed Complex constructor not accepting NaN as parameter (see also issue 14)
josdejong
committed
01400af
View commit details
Copy full SHA for 01400af
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL