Project

General

Profile

Feature #189

Updated by J. Templ over 7 years ago

The It is proposed to change the implementation of Sign, Sinh, Tanh, ArcSinh, and ArcTanh should Math.Sign(x) to return negative zero (-0.0) if the argument x is negative zero. 
 This is in line with established industry standards (Java, JavaScript, etc.). 
 Furthermore it is proposed to change Strings.RealToString to return "-0.0". 

 Reported by Robert, 2018-06-19.

Back