Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arithmethic #1

Open
4441a opened this issue Jan 7, 2024 · 0 comments
Open

Arithmethic #1

4441a opened this issue Jan 7, 2024 · 0 comments

Comments

@4441a
Copy link
Owner

4441a commented Jan 7, 2024

Reference to the book entitled The mathematical knowledge useful for the reading of Plato; written by Theon of Smyrna 11th or 12th century. The edition is from Wizards Bookshelf, San Diego, 1979.

Theon of Smyrna establishes in the first part of the book, the arithmetic, the qualities of numbers.

I want to write a program in c language that takes a integer under 2^63 and verifies it to establish what of the following arithmetical qualities does it have. Here are the arithmetical qualities that I've established:

'Zero':0,
'One':0,
'Even':0,
'Odd':0,
'Prime':0,
'Composite':0,
'Planar':0,
'Solid':0,
'Periphereal':0,
'Oddlly_even':0,
'Evenlly_even':0,
'Evenlly_odd':0,
'Equally_eual':0,
'Unequilateral':0,
'Parallelogramic':0,
'Oblong':0,
'Triangular':0,
'Sesquialter':0,
'Sesquitertial':0,
'Sesquitetral':0,
'Sesquiquintal':0,
'Sesquisextal':0,
'Sesquiseptal':0,
'Sesquioctal':0,
'Sesquinonal':0,
'Circular':0,
'Spherical':0,
'Recurrent':0,
'Polygonal_of':0,
'Pyramidal':0,
'Lateral':0,
'Diagonal':0,
'Perfect':0.

@4441a 4441a changed the title Arithmentic Arithmethic Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant