Implement basic node types for common math operations Details: * Arithmetic nodes such as add, subtract, multiply, divide * Constant/value node: fixed number input * Utility nodes: clamp, absolute value, min/max Will become a "standard library" of nodes.