Skip to content

Pull requests: faheel/BigInt

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Bitwise assignment operators + tests
#72 by GNL10 was closed May 7, 2023 Loading…
Create CI pipeline using GitHub actions ci CI build
#55 by faheel was merged Mar 29, 2021 Loading…
3 of 5 tasks
Set up CI with Azure Pipelines ci CI build
#45 by faheel was closed Apr 28, 2020 Loading…
Add range-specified random BigInt functions
#42 by morgando was closed Nov 3, 2022 Loading…
Remove redundant string creation and copying inside constructor optimisation Performance optimisation
#33 by sahmad98 was merged May 18, 2018 Loading…
Modify usage of sed to be compatible with macOS
#30 by KingAkeem was merged May 14, 2018 Loading…
Added multithreading to BinaryArithmetic to increase speed. enhancement New feature or request optimisation Performance optimisation
#29 by KingAkeem was closed Feb 24, 2019 Loading…
Added Doxygen documentation for all files docs Documentation
#28 by FloatingFowl was merged Sep 7, 2019 Loading…
Random BigInt between two long long numbers functions: random Random functions invalid This doesn't seem right
#27 by wilky-way was closed May 3, 2018 Loading…
Mention possibly excluded detail
#26 by arnavb was merged Apr 18, 2018 Loading…
Optimise binary arithmetic operators for powers of 10 enhancement New feature or request operators: binary arithmetic Binary arithmetic operators
#23 by MagmaCode was merged Feb 8, 2018 Loading…
Added LCM with test case functions: math Math functions
#17 by anandsit043 was merged Jan 12, 2018 Loading…
Added is_probable_prime using Rabin Miller testing functions: math Math functions
#16 by KingAkeem was closed May 10, 2018 Loading…
Added GCD with tests functions: math Math functions
#15 by anandsit043 was merged Jan 5, 2018 Loading…
GCD implementation using Euclid's algorithm functions: math Math functions
#14 by anandsit043 was closed Jan 3, 2018 Loading…
Update build process and add code coverage enhancement New feature or request
#12 by faheel was merged Dec 30, 2017 Loading…
Added sqrt functions functions: math Math functions
#11 by arvindvs was merged Dec 31, 2017 Loading…
New pow function functions: math Math functions
#10 by abelmarm was merged Dec 28, 2017 Loading…
corrected typo docs Documentation
#7 by faraazahmad was closed Dec 22, 2017 Loading…
ProTip! Exclude everything labeled bug with -label:bug.