A simple program that can perform logarithmic calculations, made to help beginners understand some C language concepts. The code is awfully inefficient, but great for demonstration purposes.
-
Updated
Oct 13, 2020 - C
A simple program that can perform logarithmic calculations, made to help beginners understand some C language concepts. The code is awfully inefficient, but great for demonstration purposes.
As its name suggests, this Scientific Calculator is designed for performing Scientific Calculations. This type of calculator usually has more Operations than a standard calculator, as it needs to be able to perform trigonometric functions, logarithms, Matrices, sine/cosine and exponential operations.
A representation for rational numbers based on fixed-width continued logarithms
Add a description, image, and links to the logarithms topic page so that developers can more easily learn about it.
To associate your repository with the logarithms topic, visit your repo's landing page and select "manage topics."