Skip to content

Makes grid of values for (x^y -x)/y and determines if any are non-integer values using GMP for arbitrary precision

Notifications You must be signed in to change notification settings

jleonardfl/Are-Integers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Are-Integers

Makes grid of values for (x^y -x)/y and determines if any are non-integer values using GMP for arbitrary precision

Usage: grid [x dimension] [y dimension]

Outputs CSV of values, 0 if it's a float, 1 if it's an integer

gmp can be found here: https://gmplib.org/

About

Makes grid of values for (x^y -x)/y and determines if any are non-integer values using GMP for arbitrary precision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages