Skip to content

MarkBerube/Ramanujan-Tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Ramanujan-Tables

Creates a table of Ramanujan numbers based on input in the C language.

Ramanujan numbers are the smallest number expressible as the sum of two cubes in two different ways.

Installation

Clone this repository in GitHub or download the repository as a zip.

Download and install the GNU C Compiler and the standard C libaries.

Usage

Compile the files using GCC:

gcc -o ramtable.o -ansi -Wall main.c

Then run the executable in a shell window:

./ramtable.o

About

Creates a table of Ramanujan numbers based on input in the C language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages