# MyBiorythme

> Application that calculates and plots the 3 biorhythm cycles

Canonical page: [https://chrome-stats.com/d/com.jerome.biorythme](https://chrome-stats.com/d/com.jerome.biorythme)

## Overview

- **ID:** `com.jerome.biorythme`
- **Platform:** Android
- **Type:** Android app
- **Status:** Available
- **Publisher:** jep87
- **Category:** HEALTH\_AND\_FITNESS
- **Downloads:** 3
- **Last updated:** 2026-06-25
- **First published:** 2026-06-25
- **Publisher country:** FR
- **Data as of:** 2026-09-14
- **Store listing:** [Google Play Store](https://play.google.com/store/apps/details?id=com.jerome.biorythme)
- **Privacy policy:** [https://jep87.github.io/MyBiorythme/](https://jep87.github.io/MyBiorythme/)

## Description

A mobile app that calculates and plots the 3 biorhythm cycles (physical: 23 days, emotional: 28 days, intellectual: 33 days) based on a birth date, with a graph to visualize the curves over 7 days.<br><br>Calculation:<br><br>- Lived days: instead of &quot;age × 365 + days since birthday + leap days&quot;,<br><br>the code simply uses `(targetDate - birthDate).Days`. .NET natively supports the<br><br>Gregorian calendar (including leap days): the result is accurate and simpler<br><br>to maintain than manual counting, for a strictly identical result.<br><br>- Position in the cycle: `liveddays % cycleLength` (23, 28, or 33) — this is<br><br>exactly the &quot;remainder of the division&quot; described in the method.<br><br>- Displayed value (-100% to +100%)**: `sin(2π × position / cycle length) × 100`,<br><br>which gives the classic sine wave of the biorhythm (0 = critical day, +100 = peak, -100 = trough) rather than a simple day number.<br><br>- Critical day: detected by tolerance (`|value| &lt; 5%`) rather than by strict equality,<br><br>because 23 and 33 being odd, the exact crossing of zero never falls exactly on a whole day.

## Rankings

- #3,038,631 — Overall

## Similar extensions and apps

- [Biorhythm Calculator](https://chrome-stats.com/d/com.lunarisapps.biorhythm) — 392,334 users, 4.72 / 5
- [Biorhythm](https://chrome-stats.com/d/hu.landov.biorhythm) — 694 users
- [Biophase](https://chrome-stats.com/d/com.applidroid.biorythmes) — 2 users
- [Biorhythm 365](https://chrome-stats.com/d/com.frydcircuit.biorhythm365) — 2,136 users
- [Biorhythm](https://chrome-stats.com/d/com.maxcom.biorhythm) — 1,817 users, 4.00 / 5
- [Biorhythm](https://chrome-stats.com/d/com.maxcom.biorhythm.free) — 92,939 users, 3.86 / 5
- [Biorhythm Calculator Pro](https://chrome-stats.com/d/com.productions.max.biorhythmcalculator) — 110,096 users, 4.42 / 5
- [SimpleBio](https://chrome-stats.com/d/appinventor.ai_kimko300.SimpleBioritm) — 2 users
- [Biorhythm Tracker](https://chrome-stats.com/d/cloud.hanabi.biorhythm) — 118 users
- [Biorhythms and Critical Days](https://chrome-stats.com/d/net.sensortronic.biorhythms) — 93,976 users, 4.55 / 5
- [Biorhythmmm](https://chrome-stats.com/d/com.nathanatos.Biorhythmmm) — 2,239 users
- [Biorhythms - Biological Cycles](https://chrome-stats.com/d/oops.biorhythm) — 34,818 users, 4.48 / 5

---

Source: [Chrome-Stats](https://chrome-stats.com/d/com.jerome.biorythme)
