amath
1.8.5
Simple command line calculator
|
Inverse chord function. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
double | acrd (double x) |
Inverse chord function. More... | |
Inverse chord function.
Definition in file acrd.c.
double acrd | ( | double | x | ) |
Inverse chord function.
Method arccrd(x) = 2*arcsin(x/2)
Definition at line 45 of file acrd.c.
References asin().
Referenced by RealNumber::ArcChord().