--- rpl/src/instructions_x2.c 2010/05/24 10:58:36 1.8 +++ rpl/src/instructions_x2.c 2018/05/30 09:27:38 1.60 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.0.16 - Copyright (C) 1989-2010 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.29 + Copyright (C) 1989-2018 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));