#include <stdio.h>
#include <f32.h>
#include <f32_to_s32.h>
#include <s32_to_f32.h>
Go to the source code of this file.
Functions | |
f32 | f32_inv (f32 f) |
return opposite of the number (=1/f)
Definition at line 28 of file f32_inv.c.
References F32_IS_ZERO, and F32_NAN.
Referenced by f32_div().