Mathematical Functions#
|
Return an element-wise addition on the given symbols. |
|
Return the element-wise truth value on the given symbol. |
|
Return an element-wise logical AND on the given symbols. |
|
Return an element-wise logical OR on the given symbols. |
|
Return an element-wise logical NOT on the given symbol. |
|
Return an element-wise maximum of the given symbols. |
|
Return an element-wise minimum of the given symbols. |
|
Return an element-wise multiplication on the given symbols. |
|
Return elements chosen from x or y depending on condition. |