| FunWithNumbers-package {FunWithNumbers} | R Documentation |
Fun with Fractions and Number Sequences
Description
A collection of toys to do things like generate Collatz and other interesting sequences, calculate a fraction which is a close approximation to some value (e.g., 22/7 or 355/113 for pi), and so on.
Details
The DESCRIPTION file:
| Package: | FunWithNumbers |
| Type: | Package |
| Title: | Fun with Fractions and Number Sequences |
| Version: | 1.2 |
| Date: | 2024-04-06 |
| Authors@R: | c(person(given = "Carl", family = "Witthoft", role = c("aut","cre"), email= "cellocgw@gmail.com")) |
| Description: | A collection of toys to do things like generate Collatz and other interesting sequences, calculate a fraction which is a close approximation to some value (e.g., 22/7 or 355/113 for pi), and so on. |
| License: | LGPL-3 |
| LazyData: | FALSE |
| Imports: | Rmpfr, gmp, bigBits, methods |
| Author: | Carl Witthoft [aut, cre] |
| Maintainer: | Carl Witthoft <cellocgw@gmail.com> |
Author(s)
NA
Maintainer: NA
[Package FunWithNumbers version 1.2 Index]