#include <stdio.h>
#include <f16.h>
#include <s16_to_f16.h>
Go to the source code of this file.
Defines | |
#define | NEXT(n, i) (((n) + (i)/(n)) >> 1) |
Functions | |
f16 | f16_sqrt (f16 f) |
Definition at line 27 of file f16_sqrt.c.
sqrt of f
Definition at line 47 of file f16_sqrt.c.
References a, F16_IS_NEG, f16_mul(), and F16_NAN.