You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: