tree1 (Quantity]) – Input PyTree.
x (Array | ndarray | bool | number | bool | int | float | complex | Quantity) – Value broadcast and added to each leaf of tree1.
is_leaf (Callable[[Any], bool] | None) – Predicate to treat a node as a leaf during traversal. Defaults to
u.math.is_quantity.