Posts by Dhonai • 11 points
4 posts
-
0
votes1
answer72
viewsA: How to make a chronometer with millisecond accuracy?
To not leave this question open if someone with the same problem finds this post, I will respond with what I learned from the posts suggested by @Maniero. The way my old code worked required…
-
0
votes1
answer72
viewsQ: How to make a chronometer with millisecond accuracy?
Hello, I’m a beginner and decided to create a stopwatch function to practice some techniques. The timer can mark the time downward (e.g.: 10.9.8.7.6.5) or upward (9.10.11.12), and the user can…
-
1
votes1
answer48
viewsA: My results did not match what was expected from Benford’s Law. Is there something wrong?
The problem was that for Benford’s Law to work, the upper and lower intervals of the variable change from individual to individual. For example: When a test is applied to a class of "n" students, it…
-
0
votes1
answer48
viewsQ: My results did not match what was expected from Benford’s Law. Is there something wrong?
Hello, I’m a beginner programmer and I decided to write a "napkin draft" to test the Benford Law (Benford’s Law). Although the code is not good quality and poorly optimized, I believe that the…