import { oneNumber } from './number.js' export default function create(pmath) { return pmath('negate', [oneNumber, n => -n]) }