amath
1.8.5
Simple command line calculator
|
Chord function. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
double | crd (double x) |
Chord function. More... | |
Chord function.
Definition in file crd.c.
double crd | ( | double | x | ) |
Chord function.
crd(x) = 2*sin(x/2)
Definition at line 44 of file crd.c.
References sin().
Referenced by RealNumber::Chord().