Le nom de la primitive C abs_float est impose' par le compilateur...

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1318 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Pierre Weis 1997-03-04 17:36:56 +00:00
parent b289a5cdad
commit 447403568a
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ value neg_float(f) /* ML */
return copy_double(- Double_val(f));
}
value fabs_float(f) /* ML */
value abs_float(f) /* ML */
value f;
{
return copy_double(fabs(Double_val(f)));