Hi,
thanks, fixed in SVN 117.
/// Jürgen
On 01/30/2014 10:23 PM, Kacper Gutowski wrote:
Hi,
It seems that functions requiring “near-real numbers” as arguments throw
DOMAIN ERROR when given a value represented internally as complex even
if imaginary part is exactly equal zero.
1 > 0J0
Hi,
It seems that functions requiring “near-real numbers” as arguments throw
DOMAIN ERROR when given a value represented internally as complex even
if imaginary part is exactly equal zero.
1 > 0J0
DOMAIN ERROR
1>0
^^
1 ⌊ 0J0
DOMAIN ERROR
1⌊0
^^
etc.
Note: from