Charles Karney
Results
12
issues of
Charles Karney
In Octave 7.3.0 ```octave ellipj([1,2],0.9) ``` gives ``` error: =: nonconformant arguments (op1 is 2x1, op2 is 2x2) error: called from ellipj at line 95 column 10 ```
The old semantics: MPREAL_HAVE_DYNAMIC_STD_NUMERIC_LIMITS: digits() is a function !MPREAL_HAVE_DYNAMIC_STD_NUMERIC_LIMITS: digits is a constant But in the latter case, the constant value of digits is hardwired into mpreal.h. The new semantics:...