FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test/function/arithmetic/gcd.test.js - KIKOU2016/mathjs · GitHub
KIKOU2016
/
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
test
function
arithmetic
gcd.test.js
on
develop
User selector
Datepicker
Commit history
Commits on Sep 8, 2018
Update standard to the latest version 🚀 (#1226)
Show description for c5971b3
greenkeeper[bot]
authored and
josdejong
committed
c5971b3
View commit details
Copy full SHA for c5971b3
View code at this point
Browse repository at this point
Commits on Jun 13, 2018
Split initialized 'const' declarations into multiple statements
josdejong
committed
1f0a37a
View commit details
Copy full SHA for 1f0a37a
View code at this point
Browse repository at this point
Fixed incompatibility with v4 (index.js file)
josdejong
committed
17f07ec
View commit details
Copy full SHA for 17f07ec
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
Revert using /lib/ in tests, use /src/ again. Fixed coverage testing. WIP
josdejong
committed
635cd0b
View commit details
Copy full SHA for 635cd0b
View code at this point
Browse repository at this point
Fixed `npm run test:browser` not working (WIP)
josdejong
committed
79071b5
View commit details
Copy full SHA for 79071b5
View code at this point
Browse repository at this point
`npm test` working now
josdejong
committed
0c084b8
View commit details
Copy full SHA for 0c084b8
View code at this point
Browse repository at this point
Commits on Jan 23, 2018
Remove support for implicit conversion of `null` to `0`. See #830.
josdejong
committed
4469f6b
View commit details
Copy full SHA for 4469f6b
View code at this point
Browse repository at this point
Commits on Jul 28, 2015
Fixed operations with mixed fractions and numbers be converted to numbers instead of fractions.
josdejong
committed
d15751b
View commit details
Copy full SHA for d15751b
View code at this point
Browse repository at this point
Commits on May 19, 2015
String input is now converted to numbers by default for all functions. Adding two strings will no longer concatenate them, but will convert the
Show description for d81fe27
josdejong
committed
d81fe27
View commit details
Copy full SHA for d81fe27
View code at this point
Browse repository at this point
Commits on May 12, 2015
Added Fraction support for `cube` and `square`. Fixed operations on Fractions mutating the original fraction.
josdejong
committed
ec3ad54
View commit details
Copy full SHA for ec3ad54
View code at this point
Browse repository at this point
Added Fraction support for abs, gcd, mod. Added a `valueOf()` method to Fraction
josdejong
committed
44b2129
View commit details
Copy full SHA for 44b2129
View code at this point
Browse repository at this point
Commits on May 1, 2015
element wise operations
rjbaucells
committed
6a5af87
View commit details
Copy full SHA for 6a5af87
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
Merge branch 'develop' into v2
Show description for 6e96d5a
josdejong
committed
6e96d5a
View commit details
Copy full SHA for 6e96d5a
View code at this point
Browse repository at this point
Commits on Apr 19, 2015
util/latex: get rid of many unnecessary curly braces
FSMaxB
committed
8ad525b
View commit details
Copy full SHA for 8ad525b
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
Merge branch 'develop' into v2_merge
Show description for 349e984
josdejong
committed
349e984
View commit details
Copy full SHA for 349e984
View code at this point
Browse repository at this point
Commits on Apr 5, 2015
LaTeX tests for functions
FSMaxB
committed
7adf0eb
View commit details
Copy full SHA for 7adf0eb
View code at this point
Browse repository at this point
Commits on Mar 9, 2015
Refactored functions gcd, lcm, log10, mod, xgcd to typed-functions
josdejong
committed
920da70
View commit details
Copy full SHA for 920da70
View code at this point
Browse repository at this point
Commits on Aug 9, 2014
Implemented support for `null` in all functions (see #205)
josdejong
committed
da306e2
View commit details
Copy full SHA for da306e2
View code at this point
Browse repository at this point
Commits on Aug 3, 2014
Fixed #200: A new instanceof of math.js must now be created as `math.create([options])` instead of `math([options])`
josdejong
committed
8a12c8e
View commit details
Copy full SHA for 8a12c8e
View code at this point
Browse repository at this point
Commits on Jul 24, 2014
Implemented `BigNumber` support for functions `gcd`, `xgcd`, and `lcm`
josdejong
committed
1eb4b33
View commit details
Copy full SHA for 1eb4b33
View code at this point
Browse repository at this point
Commits on Apr 11, 2014
Moved errors to their own namespace and folder
josdejong
committed
97cbb00
View commit details
Copy full SHA for 97cbb00
View code at this point
Browse repository at this point
Commits on Apr 6, 2014
Moved ArgumentsError from lib/type/ to lib/util/
josdejong
committed
492d7f4
View commit details
Copy full SHA for 492d7f4
View code at this point
Browse repository at this point
Commits on Mar 17, 2014
More unit tests
josdejong
committed
f51f445
View commit details
Copy full SHA for f51f445
View code at this point
Browse repository at this point
Commits on Nov 23, 2013
All arithmetic functions not supporting BigNumbers downgrade BigNumbers to Numbers
josdejong
committed
4a99e03
View commit details
Copy full SHA for 4a99e03
View code at this point
Browse repository at this point
Commits on Oct 26, 2013
Math.js must be instantiated now, static calls are no longer supported
josdejong
committed
d2e55a0
View commit details
Copy full SHA for d2e55a0
View code at this point
Browse repository at this point
Commits on Oct 20, 2013
Removed unnecessary .js suffix in module require statements
josdejong
committed
c8a289a
View commit details
Copy full SHA for c8a289a
View code at this point
Browse repository at this point
Commits on Sep 22, 2013
Added some more tests for gcd, lcm, xgcd
josdejong
committed
93d588f
View commit details
Copy full SHA for 93d588f
View code at this point
Browse repository at this point
Commits on Sep 2, 2013
Implemented support for booleans in all relevant functions
josdejong
committed
2dc6ac6
View commit details
Copy full SHA for 2dc6ac6
View code at this point
Browse repository at this point
Commits on Aug 31, 2013
Removed usage of math.eval from function unit tests
josdejong
committed
6273ad9
View commit details
Copy full SHA for 6273ad9
View code at this point
Browse repository at this point
Commits on Aug 14, 2013
fixed tests
sebpiq
committed
a6b4ad7
View commit details
Copy full SHA for a6b4ad7
View code at this point
Browse repository at this point
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 8, 2013
refactored refactored tests/functions/arithmetic
sebpiq
committed
1e76034
View commit details
Copy full SHA for 1e76034
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL