summaryrefslogtreecommitdiff
path: root/src/rem1.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-01 18:07:02 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-01 18:07:02 +0000
commitcfbc8d955ce40b3ea2b42e0713be7d3a8d912653 (patch)
tree39f68fc8861e6309666d13ba5c68fd98776126cf /src/rem1.c
parent8823e9662cae4327256c4fb592a8580dbc5b1852 (diff)
downloadmpfr-cfbc8d955ce40b3ea2b42e0713be7d3a8d912653.tar.gz
[src/sin.c] increase initial precision even more
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13740 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/rem1.c')
-rw-r--r--src/rem1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rem1.c b/src/rem1.c
index 0fe72b346..1870b4ed3 100644
--- a/src/rem1.c
+++ b/src/rem1.c
@@ -22,7 +22,7 @@ along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
-# include "mpfr-impl.h"
+#include "mpfr-impl.h"
/* we return as many bits as we can, keeping just one bit for the sign */
# define WANTED_BITS (sizeof(long) * CHAR_BIT - 1)