export const absquare = { T: ({ 'square(T)': sq, 'abs(T)': abval }) => t => sq(abval(t)) }