Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 951 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 951 Bytes

Benford's Law in C

Overview

This C project explores Benford's Law, a statistical phenomenon that describes the distribution of leading digits in many sets of numerical data. According to Benford's Law, the digit '1' tends to appear as the leading digit more frequently than other digits.

How to use?

1. Clone the Repository:

git clone https://github.com/enesbuyuk/benfords-law.git

2. Compile the Code:

gcc main.c -o benfords_law -lm

3. Run the Program:

./benfords_law

Example

License

This project is licensed under the MIT License.