Changes between Version 50 and Version 51 of Ticket #28519
- Timestamp:
- 10/03/19 17:58:38 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28519 – Description
v50 v51 9 9 **Scalar Fields** 10 10 11 - scalar field can be partially defined in one top chart domain, so the display method was misleading in this case. This is now fixed: the `display()` method shows ''all'' known expressions. For each such expression, the greatest domain, where this expression is known, is displayed ( redirected to #28554).11 - scalar field can be partially defined in one top chart domain, so the display method was misleading in this case. This is now fixed: the `display()` method shows ''all'' known expressions. For each such expression, the greatest domain, where this expression is known, is displayed (moved to #28554). 12 12 - now, multiplication of named scalar fields `f` and `g` leads to `f \cdot g` in LaTeX code 13 13 - division by zero in `_div_()` is now checked via `is_trivial_zero()`