amath  1.8.5
Simple command line calculator
ahcc.c File Reference

Inverse hacoversed cosine. More...

#include "prim.h"
Include dependency graph for ahcc.c:

Go to the source code of this file.

Functions

double ahcc (double x)
 Inverse hacoversed cosine. More...
 

Detailed Description

Inverse hacoversed cosine.

Definition in file ahcc.c.

Function Documentation

◆ ahcc()

double ahcc ( double  x)

Inverse hacoversed cosine.

Definition at line 40 of file ahcc.c.

Referenced by RealNumber::ArcHaCoVerCosine().

41 {
42  // TODO: Implement ahcc(double)
43  return NAN;
44 }
#define NAN
Definition: mathr.h:53
Here is the caller graph for this function: