Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit22d79d0

Browse files
committed
From: "Billy G. Allie" <Bill.Allie@mug.org>
The following patch will change the meaning of the isinf function in theHAVE_FPCLASS section from "not finite" to "is infinity".
1 parent207acd8 commit22d79d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/backend/port/isinf.c‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: isinf.c,v 1.4 1998/02/26 04:34:10 momjian Exp $ */
1+
/* $Id: isinf.c,v 1.5 1998/03/01 04:53:54 scrappy Exp $ */
22

33
#include<math.h>
44
#include"config.h"
@@ -14,8 +14,6 @@ isinf(double d)
1414

1515
switch (type)
1616
{
17-
caseFP_SNAN:
18-
caseFP_QNAN:
1917
caseFP_NINF:
2018
caseFP_PINF:
2119
return (1);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp