#include <stdio.h>
#include <f64.h>
#include <s64_to_f64.h>
Go to the source code of this file.
Defines | |
#define | NEXT(n, i) (((n) + (i)/(n)) >> 1) |
Functions | |
f64 | f64_sqrt (f64 f) |
Definition at line 26 of file f64_sqrt.c.
sqrt of f
Definition at line 45 of file f64_sqrt.c.
References a, F64_IS_NEG, F64_IS_ZERO, f64_mul(), F64_NAN, and F64_ZERO.