amath  1.8.5
Simple command line calculator
cvc.c File Reference

Coversed cosine function. More...

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

Go to the source code of this file.

Functions

double cvc (double x)
 Coversed cosine function. More...
 

Detailed Description

Coversed cosine function.

Definition in file cvc.c.

Function Documentation

◆ cvc()

double cvc ( double  x)

Coversed cosine function.

cvc(x) = 1+sin(x)

Definition at line 44 of file cvc.c.

References sin().

Referenced by RealNumber::CoVerCosine().

45 {
46  return 1.0 + sin(x);
47 }
double sin(double x)
Sine function.
Definition: sin.c:86
Here is the call graph for this function:
Here is the caller graph for this function: