NavList:
A Community Devoted to the Preservation and Practice of Celestial Navigation and Other Methods of Traditional Wayfinding
From: Bill Ritchie
Date: 2023 Dec 3, 14:41 -0800
Bonjour Antoine,
You quoted Frank's comment "I'm sure if any of our math-y contributors ponder it for a while, we'll see several ways to do it."
Δt = 10,800 * (Sn - d) * (tan Lat - tan Dec) / (π * (ΔLHA)²)
I used it in my JavaScript code (which includes Lower Meridian Passage). The source is available here, the relevant file being “MeridianPassage.js”. External functions are in other modules, but all can be found with a good editor in the built file "Astron.js".
Bill