mirror of
https://github.com/acamarata/hijri-core.git
synced 2026-06-30 18:54:27 +00:00
style: replace em dashes with colons in docs
This commit is contained in:
parent
72fb536fcd
commit
f29035f3c9
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ Register with `registerCalendar('my-id', myEngine)`. Then pass `{ calendar: 'my-
|
|||
|
||||
## Architecture
|
||||
|
||||
The UAQ engine performs a binary search over the 184-entry table — O(log 183) per conversion. The FCNA engine computes new moon times using the Meeus Ch. 49 algorithm (3 to 5 trigonometric evaluations per call). The registry pattern lets any consumer add custom calendar systems at runtime without modifying the core.
|
||||
The UAQ engine performs a binary search over the 184-entry table: O(log 183) per conversion. The FCNA engine computes new moon times using the Meeus Ch. 49 algorithm (3 to 5 trigonometric evaluations per call). The registry pattern lets any consumer add custom calendar systems at runtime without modifying the core.
|
||||
|
||||
For more detail see the [Architecture wiki page](https://github.com/acamarata/hijri-core/wiki/Architecture).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue