Skip to content

Commit 9e97ad0

Browse files
committed
doctex
1 parent 894969e commit 9e97ad0

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Nemo = "2edaba10-b0f1-5616-af89-8c11ac63239a"
1515
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1616

1717
[compat]
18-
julia = ">= 1.1.0"
18+
julia = ">= 1.2.0"
1919
Nemo = ">= 0.13.4"

docs/src/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The rational Bernoulli numbers are defined here with ``B(1) = 1/2``. Why this is
5454

5555
  🔶  [BinaryInteger](https://github.com/OpenLibMathSeq/IntegerSequences.jl/blob/master/src/BinaryInteger.jl)
5656

57-
For positive n, BinaryIntegerLength is ``floor(log(2, n)) + 1``, BinaryIntegerLength(0) = 0.
57+
For positive n, BinaryIntegerLength is ``\\lfloor(\\operatorname{log}(2, n)\\rfloor) + 1``, BinaryIntegerLength(0) = 0.
5858

5959
* BinaryIntegerLength, Bil, V001855, V003314, V033156, V054248, V061168, V083652, V097383, V123753, V295513
6060

src/BinaryInteger.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export V001855, V003314, V033156, V054248, V061168, V083652, V097383, V123753
1010
export V295513, BinaryIntegerLength, Bil
1111

1212
"""
13-
For positive n, BinaryIntegerLength is ``floor(log(2, n)) + 1``, BinaryIntegerLength(0) = 0.
13+
For positive n, BinaryIntegerLength is ``\\lfloor(\\operatorname{log}(2, n)\\rfloor) + 1``, BinaryIntegerLength(0) = 0.
1414
1515
* BinaryIntegerLength, Bil, V001855, V003314, V033156, V054248, V061168, V083652, V097383, V123753, V295513
1616
"""

src/IntegerSequences.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright Peter Luschny. License is MIT.
33
# This file includes parts from Combinatorics.jl in modified form.
44

5-
# Version of: UTC 2019-05-24 16:01:37
6-
# 723fb7b0-7e2c-11e9-1996-6552ba66d82d
5+
# Version of: UTC 2019-05-24 18:34:23
6+
# c9a83990-7e41-11e9-080c-250876b39788
77

88
# Do not edit this file, it is generated from the modules and will be overwritten!
99
# Edit the modules in the src directory and build this file with BuildSequences.jl!
@@ -1138,7 +1138,7 @@ P = Primes(2, div(n + 2, 2 + n % 2))
11381138
end
11391139
# *** BinaryInteger.jl ****************
11401140
"""
1141-
For positive n, BinaryIntegerLength is ``floor(log(2, n)) + 1``, BinaryIntegerLength(0) = 0.
1141+
For positive n, BinaryIntegerLength is ``\\lfloor(\\operatorname{log}(2, n)\\rfloor) + 1``, BinaryIntegerLength(0) = 0.
11421142
11431143
* BinaryIntegerLength, Bil, V001855, V003314, V033156, V054248, V061168, V083652, V097383, V123753, V295513
11441144
"""

test/perftests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright Peter Luschny. License is MIT.
33
# This file includes parts from Combinatorics.jl in modified form.
44

5-
# Version of: UTC 2019-05-24 16:01:37
6-
# 72477fe0-7e2c-11e9-22d3-c5e8f467b039
5+
# Version of: UTC 2019-05-24 18:34:23
6+
# c9adb7d0-7e41-11e9-2661-896cbf4976ad
77

88
# Do not edit this file, it is generated from the modules and will be overwritten!
99
# Edit the modules in the src directory and build this file with BuildSequences.jl!

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright Peter Luschny. License is MIT.
33
# This file includes parts from Combinatorics.jl in modified form.
44

5-
# Version of: UTC 2019-05-24 16:01:37
6-
# 72450ee0-7e2c-11e9-3975-dfcdec21ff63
5+
# Version of: UTC 2019-05-24 18:34:23
6+
# c9ac3130-7e41-11e9-31d7-fd60718690d9
77

88
# Do not edit this file, it is generated from the modules and will be overwritten!
99
# Edit the modules in the src directory and build this file with BuildSequences.jl!

0 commit comments

Comments
 (0)