#include <stdio.h>
#include <f16.h>
#include <f16_to_s16.h>
#include <s16_to_f16.h>
Go to the source code of this file.
Functions | |
f16 | f16_inv (f16 f) |
return opposite of the number (=1/f)
Definition at line 28 of file f16_inv.c.
References F16_IS_ZERO, and F16_NAN.
Referenced by f16_div().