Files
Nim/lib/pure
Koki Fushimi 09283bb939 Faster binary gcd algorithm (#7849)
* Faster binary gcd algorithm.

* Use built in countTrailingZeroBits to calculate gcd.

* Add definitions of gcd for integers and other types.

* Unified signed case and unsinged case in one proc by using when syntax.

* Change to faster one.
2018-05-26 08:31:45 +03:00
..
2018-05-14 11:40:59 +02:00
2018-05-23 12:58:26 +03:00
2018-04-30 02:52:58 +02:00
2018-04-30 02:52:58 +02:00
2017-03-02 14:53:50 +01:00
2015-10-01 12:05:45 -07:00
2018-04-15 23:38:43 +02:00
2017-07-07 08:10:39 +02:00
2018-04-25 02:41:16 +02:00
2018-04-06 11:59:49 +02:00
2018-04-30 02:52:58 +02:00
2018-05-26 08:31:45 +03:00
2018-05-06 10:55:19 +02:00
2018-05-19 14:48:19 -05:00
2016-07-21 08:53:10 +01:00
2018-05-23 10:23:19 +03:00
2016-07-21 08:52:39 +01:00
2017-03-26 09:30:59 +02:00
2015-02-03 09:04:24 +01:00
2018-05-02 13:34:54 +02:00
2018-04-13 17:45:58 +02:00
2018-05-18 01:35:53 +02:00
2017-01-25 20:02:19 +01:00
2018-05-23 16:28:53 +02:00