We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad333e8 commit 5b2ba66Copy full SHA for 5b2ba66
1 file changed
hermite.v
@@ -6,7 +6,7 @@
6
(* `⌊x⌋ : floor function *)
7
(* `⌈x⌋ : nearest-int function with `⌈ n + 1/2 ⌋ = n + 1 *)
8
(* *)
9
-(* hermite's identity : `⌊nx⌋ = \sum_(k < n) `⌊x + k / n⌋ *)
+(* Hermite's identity : `⌊nx⌋ = \sum_(k < n) `⌊x + k / n⌋ *)
10
11
(* special case when n = 2 : `⌊2x⌋ - `⌊x⌋ = `⌈x⌋ *)
12
(******************************************************************************)
0 commit comments