import problemesTrigoLongueur from '../3e/3G32-0.js'
export const titre = "Calcul d'un parallèle terrestre"
export { interactifReady, interactifType } from '../3e/3G32-0.js'
export { amcReady, amcType } from '../3e/3G32-0.js'
/**
* @author Guillaume Valmont
* reference 3G32-1
*/
export const uuid = 'e0287'
export const ref = '3G32-1'
export default function CalculParalleleTerrestre () {
problemesTrigoLongueur.call(this)
this.titre = titre
this.sup2 = 2
this.besoinFormulaireCaseACocher = false
}