import identitesCalculs from '../3e/3L11-5.js'
export { interactifReady, interactifType } from '../3e/3L11-5.js'
// export { amcReady, amcType } from '../3e/3L11-5.js'
/**
* * Calcul mental autour des identités remarquables
* * Clone de 3L11-5 pour les 2nde
* * publié le 7/10/2021
* @author Sébastien Lozano
*/
export const titre = 'Calcul mental et calcul littéral'
export const uuid = '74c5a'
export const ref = '2N40-6'
export default function IdentitesCalculs2e () {
identitesCalculs.call(this)
this.sup = 4
}