diff options
Diffstat (limited to 'src/math/nearbyint.c')
| -rw-r--r-- | src/math/nearbyint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/nearbyint.c b/src/math/nearbyint.c index c3994a62..d5d2cc21 100644 --- a/src/math/nearbyint.c +++ b/src/math/nearbyint.c @@ -4,7 +4,7 @@ TYPE TGFN(nearbyint)(TYPE x) { - return 0.0; + return x; } /* |
