Other packages > Find by keyword >

gmp  

Multiple Precision Arithmetic
View on CRAN: Click here


Download and install gmp package within the R console
Install from CRAN:
install.packages("gmp")

Install from Github:
library("remotes")
install_github("cran/gmp")

Install by package version:
library("remotes")
install_version("gmp", "0.7-5")



Attach the package and use:
library("gmp")
Maintained by
Antoine Lucas
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2004-09-28
Latest Update: 2024-08-23
Description:
Multiple Precision Arithmetic (big integers and rationals, prime number tests, matrix computation), "arithmetic without limitations" using the C library GMP (GNU Multiple Precision Arithmetic).
How to cite:
Antoine Lucas (2004). gmp: Multiple Precision Arithmetic. R package version 0.7-5, https://cran.r-project.org/web/packages/gmp. Accessed 18 Sep. 2026.
Previous versions and publish date:
(2026-07-09 07:44), 0.1 (2004-09-28 10:51), 0.2-2 (2004-12-27 13:49), 0.3-1 (2005-03-17 13:48), 0.3-2 (2005-05-09 22:57), 0.3-3 (2005-07-27 16:07), 0.3-4 (2006-01-20 16:59), 0.3 (2005-02-14 20:35), 0.4-0 (2006-06-26 09:44), 0.4-1 (2006-10-09 21:53), 0.4-2 (2007-01-21 20:23), 0.4-4 (2007-05-13 15:13), 0.4-6 (2007-09-21 17:19), 0.4-8 (2008-02-28 08:59), 0.4-10 (2009-02-01 11:41), 0.4-11 (2009-10-27 20:17), 0.4-12 (2010-04-10 19:45), 0.5-1 (2012-01-21 08:56), 0.5-2 (2012-05-16 12:48), 0.5-3 (2013-02-03 18:31), 0.5-4 (2013-02-05 18:42), 0.5-5 (2013-09-11 22:55), 0.5-6 (2013-09-11 20:52), 0.5-7 (2013-09-12 19:24), 0.5-8 (2013-10-29 20:21), 0.5-9 (2013-10-29 22:26), 0.5-10 (2013-10-31 07:18), 0.5-11 (2013-12-04 09:34), 0.5-12 (2014-07-28 21:53), 0.5-13.1 (2017-03-10 08:05), 0.5-13.2 (2018-07-14 16:19), 0.5-13.4 (2019-03-01 23:00), 0.5-13.5 (2019-03-11 17:00), 0.5-13.6 (2020-01-24 15:30), 0.5-13 (2017-01-08 13:37), 0.5-14 (2020-05-17 09:40), 0.6-0 (2020-06-09 16:30), 0.6-1 (2020-10-01 16:30), 0.6-2.1 (2021-11-02 19:34), 0.6-2 (2021-01-07 15:10), 0.6-4 (2022-02-24 14:40), 0.6-5 (2022-03-17 12:40), 0.6-6 (2022-08-10 12:20), 0.6-7 (2022-10-28 08:55), 0.6-8 (2022-11-09 12:30), 0.6-9 (2022-12-15 00:20), 0.6-10 (2023-01-17 12:00), 0.7-1 (2023-02-07 16:22), 0.7-2 (2023-07-01 21:00), 0.7-3 (2023-11-28 18:50), 0.7-4 (2024-01-15 16:50), 0.7-5 (2024-08-23 20:40)
Other packages that cited gmp R package
View gmp citation profile
Other R packages that gmp depends, imports, suggests or enhances
Complete documentation for gmp
Functions, R codes and Examples using the gmp R package
Some associated functions: BernoulliQ . Oakley . Stirling . add.biginteger . apply . asNumeric . base-copies . biginteger . biginteger.rand . bigrational . binomQ . comp.biginteger . comp.bigq . cumsum . extract . extreme . factor . factorialZ . fibonacci . formatN . frexpZ . gcd . gcdex . is.whole . isprime . matrix . modulus . mpfr . nextprime . operators_bigq . powm . roundQ . sizeinbase . solve . utils . 
Some associated R codes: AllClasses-etc.R . Stirling-n-etc.R . biginteger.R . bigq.R . matrix-prods.R . matrixq.R . matrixz.R . zzz.R .  Full gmp package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

downlit  
Syntax Highlighting and Automatic Linking
Syntax highlighting of R code, specifically designed for the needs of 'RMarkdown' packages like 'pk ...
Download / Learn more Package Citations See dependency  
injectoR  
R Dependency Injection
R dependency injection framework. Dependency injection allows a program design to follow the depend ...
Download / Learn more Package Citations See dependency  
eyelinker  
Import ASC Files from EyeLink Eye Trackers
Imports plain-text ASC data files from EyeLink eye trackers into (relatively) tidy data frames for ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
hmeasure  
The H-Measure and Other Scalar Classification Performance Metrics
Classification performance metrics that are derived from the ROC curve of a classifier. The package ...
Download / Learn more Package Citations See dependency  
data360r  
Wrapper for 'TCdata360' and 'Govdata360' API
Makes it easy to engage with the Application Program Interface (API) of the 'TCdata360' and 'Govdat ...
Download / Learn more Package Citations See dependency  

28,565

R Packages

239,283

Dependencies

75,677

Author Associations

28,566

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA