gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
270 stars 61 forks source link

Operators completeness (again) #1848

Closed GillesDuvert closed 1 week ago

GillesDuvert commented 1 week ago

closes #1845 + found problems with OR and several COMPLEX operators. Now discrepancy is only for complex values and " ^ " operator in the extremely rare cases where NaNs ans Infs are computed: the sign of the Inf may differ from IDL as the result from the used of the stdlib complex pow() function.