mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
Update.
* math/fenv.h: Fix typo in comment.
This commit is contained in:
parent
b210e4ccb6
commit
8267e47bb5
@ -1,5 +1,7 @@
|
|||||||
2000-12-04 Ulrich Drepper <drepper@redhat.com>
|
2000-12-04 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* math/fenv.h: Fix typo in comment.
|
||||||
|
|
||||||
* math/test-misc.c (main): Add a few more over and underflow tests
|
* math/test-misc.c (main): Add a few more over and underflow tests
|
||||||
for scalb.
|
for scalb.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1997, 1999 Free Software Foundation, Inc.
|
/* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -41,7 +41,7 @@
|
|||||||
The following macros are defined iff the implementation supports this
|
The following macros are defined iff the implementation supports this
|
||||||
kind of exception.
|
kind of exception.
|
||||||
FE_INEXACT inexact result
|
FE_INEXACT inexact result
|
||||||
FE_DIVBYZERO devision by zero
|
FE_DIVBYZERO division by zero
|
||||||
FE_UNDERFLOW result not representable due to underflow
|
FE_UNDERFLOW result not representable due to underflow
|
||||||
FE_OVERFLOW result not representable due to overflow
|
FE_OVERFLOW result not representable due to overflow
|
||||||
FE_INVALID invalid operation
|
FE_INVALID invalid operation
|
||||||
|
Loading…
Reference in New Issue
Block a user