On 8/30/2020 12:11 PM, Ken Brown wrote:
On 8/29/2020 5:41 PM, Eliot Moss wrote:
It seems the math functions in winsup were not built quite right ...
That's a pretty broad generalization to make based on one reported bug (which Corinna fixed within
24 hours of the report).
I certainly did no
On 8/29/2020 5:41 PM, Eliot Moss wrote:
It seems the math functions in winsup were not built quite right ...
That's a pretty broad generalization to make based on one reported bug (which
Corinna fixed within 24 hours of the report).
Ken
--
Problem reports: https://cygwin.com/problems.ht
On 8/29/2020 1:57 PM, Ken Brown via Cygwin wrote:
>> #include
>> #include
>> #include
>>
>> int main(int argc, char *argv[]) {
>>long double a, b, c;
>>char *num_end = NULL;
>>a = b = c = 0.0L;
>>if (argc != 2) {
>> fprintf(stderr, "Usage: %s NUMBER\n", argv[0]);
>> e
3 matches
Mail list logo