Christian Clauss 6aaf0a2c77
maths/number_of_digits.py: Streamline benchmarks (#7913)
* maths/number_of_digits.py: Streamline benchmarks

```
num_digits(262144): 6 -- 0.2226011250168085 seconds
num_digits_fast(262144): 6 -- 0.13145116699161008 seconds
num_digits_faster(262144): 6 -- 0.09273383300751448 seconds

num_digits(1125899906842624): 16 -- 0.6056742920191027 seconds
num_digits_fast(1125899906842624): 16 -- 0.15698366600554436 seconds
num_digits_faster(1125899906842624): 16 -- 0.1027024170034565 seconds

num_digits(1267650600228229401496703205376): 31 -- 1.1957934170495719 seconds
num_digits_fast(1267650600228229401496703205376): 31 -- 0.15552304196171463 seconds
num_digits_faster(1267650600228229401496703205376): 31 -- 0.13062308297958225 seconds
```

* updating DIRECTORY.md

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update number_of_digits.py

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-08 11:49:47 +00:00
..
2022-10-30 11:52:50 +01:00
2022-11-06 10:35:40 +01:00
2022-10-13 11:45:20 +02:00
2022-10-25 21:47:52 +02:00
2022-11-01 10:50:50 +13:00
2022-06-22 12:04:18 +08:00
2022-10-12 20:41:52 +02:00
2021-09-07 13:37:03 +02:00
2022-10-12 20:42:30 +02:00
2020-07-06 09:44:19 +02:00
2022-07-14 12:54:24 +05:30
2022-10-23 13:17:30 +02:00
2020-01-18 13:24:33 +01:00
2022-05-16 19:28:30 +08:00
2022-10-16 09:43:29 +02:00
2021-08-15 21:15:53 +02:00
2021-08-15 21:15:53 +02:00
2022-11-01 10:51:45 +13:00
2022-10-12 22:42:02 +02:00