export function triangleArea(base, height) { return (base * height) / 2 }