Skip to content

Commit

Permalink
0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Dec 12, 2024
1 parent d6f2eaa commit 6520a67
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Revision history for Math::Sequences

{{$NEXT}}

0.1 2024-12-12T13:04:10+01:00
- Initial version as Raku Community module
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
],
"test-depends": [
],
"version": "0.0.6"
"version": "0.1"
}
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Math::Sequences::Real

Real sequences

### `class Reals`
### class Reals

Generic Real number sequences class

Expand Down Expand Up @@ -215,29 +215,25 @@ Entering symbols

To enter each of these Unicode symbols, here are common shortcuts in vim and emacs:

ℤ - DOUBLE-STRUCK CAPITAL Z - U+2124
------------------------------------
### ℤ - DOUBLE-STRUCK CAPITAL Z - U+2124

* vim - Ctrl-v u 2 1 2 4

* emacs - Ctrl-x 8 `enter` 2 1 2 4 `enter`

𝕀 - MATHEMATICAL DOUBLE-STRUCK CAPITAL I - U+1D540
--------------------------------------------------
### 𝕀 - MATHEMATICAL DOUBLE-STRUCK CAPITAL I - U+1D540

* vim - Ctrl-v U 0 0 0 1 d 5 4 0

* emacs - Ctrl-x 8 `enter` 1 d 5 4 0 `enter`

ℕ - DOUBLE-STRUCK CAPITAL N - U+2115
------------------------------------
### ℕ - DOUBLE-STRUCK CAPITAL N - U+2115

* vim - Ctrl-v u 2 1 1 5

* emacs - Ctrl-x 8 `enter` 2 1 1 5 `enter`

ℝ - DOUBLE-STRUCK CAPITAL R - U+211D
------------------------------------
### ℝ - DOUBLE-STRUCK CAPITAL R - U+211D

* vim - Ctrl-v u 2 1 1 d

Expand Down
10 changes: 5 additions & 5 deletions doc/Math-Sequences.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ can be the C<%oeis-core> aliases or the OEIS key such as C<A000001>.

Real sequences

=head3 C<class Reals>
=head3 class Reals

Generic Real number sequences class

Expand Down Expand Up @@ -242,22 +242,22 @@ for each of the above:
To enter each of these Unicode symbols, here are common shortcuts in
vim and emacs:

=head2 ℤ - DOUBLE-STRUCK CAPITAL Z - U+2124
=head3 ℤ - DOUBLE-STRUCK CAPITAL Z - U+2124

=item vim - Ctrl-v u 2 1 2 4
=item emacs - Ctrl-x 8 C<<enter>> 2 1 2 4 C<<enter>>

=head2 𝕀 - MATHEMATICAL DOUBLE-STRUCK CAPITAL I - U+1D540
=head3 𝕀 - MATHEMATICAL DOUBLE-STRUCK CAPITAL I - U+1D540

=item vim - Ctrl-v U 0 0 0 1 d 5 4 0
=item emacs - Ctrl-x 8 C<<enter>> 1 d 5 4 0 C<<enter>>

=head2 ℕ - DOUBLE-STRUCK CAPITAL N - U+2115
=head3 ℕ - DOUBLE-STRUCK CAPITAL N - U+2115

=item vim - Ctrl-v u 2 1 1 5
=item emacs - Ctrl-x 8 C<<enter>> 2 1 1 5 C<<enter>>

=head2 ℝ - DOUBLE-STRUCK CAPITAL R - U+211D
=head3 ℝ - DOUBLE-STRUCK CAPITAL R - U+211D

=item vim - Ctrl-v u 2 1 1 d
=item emacs - Ctrl-x 8 C<<enter>> 2 1 1 d C<<enter>>
Expand Down

0 comments on commit 6520a67

Please sign in to comment.