Negate neg
¶
Returns the negative of a number or applies negation element-wise to arrays.
Info
- Works with both single numbers and arrays
- When used with arrays, applies element-wise
- Preserves the type (integer or float)
Warning
Only works with numeric types