#include <stdio.h>
#include <f64.h>
#include <f64_to_s64.h>
#include <s64_to_f64.h>
Go to the source code of this file.
Functions | |
f64 | f64_inv (f64 f) |
return opposite of the number (=1/f)
Definition at line 27 of file f64_inv.c.
References F64_IS_ZERO, and F64_NAN.
Referenced by f64_div().