--- rpl/src/instructions_x2.c 2010/04/21 13:45:50 1.7 +++ rpl/src/instructions_x2.c 2020/01/10 11:15:49 1.65 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.0.15 - Copyright (C) 1989-2010 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.32 + Copyright (C) 1989-2020 Dr. BERTRAND Joël This file is part of RPL/2. @@ -20,7 +20,7 @@ */ -#include "rpl.conv.h" +#include "rpl-conv.h" /* @@ -141,7 +141,7 @@ instruction_xroot(struct_processus *s_et return; } - module = abs((*((integer8 *) (*s_objet_argument_2).objet))); + module = abs((real8) (*((integer8 *) (*s_objet_argument_2).objet))); argument = ((*((integer8 *) (*s_objet_argument_2).objet)) >= 0) ? 0 : (4 * atan((double) 1));