Changes between Version 13 and Version 19 of Ticket #24428
- Timestamp:
- Feb 24, 2018, 8:17:32 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24428 – Description
v13 v19 22 22 23 23 A complex number is more useful than a `NaN` so we shouldn't return `NaN` in the first example. 24 25 The `Function` code first calls `x.arccosh()` which returns the `NaN`. The reason for only the RDF case working is that RDF does not have a `arccosh` member function so the computation is delegated to Pynac where the complex value is returned.