Paketname | python-hijra |
Beschreibung | Hijri Islamic Calendar converting functions for python |
Archiv/Repository | Offizielles Debian Archiv squeeze (non-free) |
Version | 0.1.18-3 |
Sektion | non-free/python |
Priorität | extra |
Installierte Größe | 120 Byte |
Hängt ab von | python (>= 2.4), python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Debian Islamic Maintainers |
Quelle | hijra |
Paketgröße | 21758 Byte |
Prüfsumme MD5 | 2fdd690d6ea7f8518bca051d2f7fa646 |
Prüfsumme SHA1 | e77633d89ca4dc6b3d4a7845de240867fd32ecf6 |
Prüfsumme SHA256 | d17b384a54fe216e974eb1101d98c948e37fd92c2c1ac01b0f1762a6fa27b3ad |
Link zum Herunterladen | python-hijra_0.1.18-3_all.deb |
Ausführliche Beschreibung | Hijri Islamic Calendar converting functions, based on an enhanced algorithm
designed by Muayyad Saleh Alsadi.
It can be used to implement applications, gdesklets or karamba ..etc
.
This algorithm is based on integer operations which that there is no round
errors (given accurate coefficients) the accuracy of this algorithm is based
on 3 constants (p, q and a) where p/q is the full months percentage [ gcd(p,q)
must be 1 ] currently it is set to 191/360 which mean that there is 191 months
having 30 days in a span of 360 years, other months are 29 days, and a is just
a shift.
|