1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
\c\This file was generated using a tool\c\
\h1\reciprocal methods\h1\
The following methods are all part of the \b\reciprocal methods\b\.
Define secant, cosecant and cotangent functions.
\h2\Table of contents\h2\
\ul\
\-\\url #acot-function\\b\acot\b\ function\url\
\-\\url #acoth-function\\b\acoth\b\ function\url\
\-\\url #acsc-function\\b\acsc\b\ function\url\
\-\\url #acsch-function\\b\acsch\b\ function\url\
\-\\url #asec-function\\b\asec\b\ function\url\
\-\\url #asech-function\\b\asech\b\ function\url\
\-\\url #cot-function\\b\cot\b\ function\url\
\-\\url #coth-function\\b\coth\b\ function\url\
\-\\url #csc-function\\b\csc\b\ function\url\
\-\\url #csch-function\\b\csch\b\ function\url\
\-\\url #sec-function\\b\sec\b\ function\url\
\-\\url #sech-function\\b\sech\b\ function\url\
\ul\
\h3\acot() function\h3\
\raw\#### <code>glm.<code>**acot**(**x**: *float*) -\\> *float*</code></code>\raw\
\raw\  \raw\Inverse cotangent function.
\h3\acoth() function\h3\
\raw\#### <code>glm.<code>**acoth**(**x**: *float*) -\\> *float*</code></code>\raw\
\raw\  \raw\Inverse cotangent hyperbolic function.
\h3\acsc() function\h3\
\raw\#### <code>glm.<code>**acsc**(**x**: *float*) -\\> *float*</code></code>\raw\
\raw\  \raw\Inverse cosecant function.
\h3\acsch() function\h3\
\raw\#### <code>glm.<code>**acsch**(**x**: *float*) -\\> *float*</code></code>\raw\
\raw\  \raw\Inverse cosecant hyperbolic function.
\h3\asec() function\h3\
\raw\#### <code>glm.<code>**asec**(**x**: *float*) -\\> *float*</code></code>\raw\
\raw\  \raw\Inverse secant function.
\h3\asech() function\h3\
\raw\#### <code>glm.<code>**asech**(**x**: *float*) -\\> *float*</code></code>\raw\
\raw\  \raw\Inverse secant hyperbolic function.
\h3\cot() function\h3\
\raw\#### <code>glm.<code>**cot**(**angle**: *float*) -\\> *float*</code></code>\raw\
\raw\  \raw\Cotangent function. adjacent / opposite or \code\1 / tan(x)\code\.
\h3\coth() function\h3\
\raw\#### <code>glm.<code>**coth**(**angle**: *float*) -\\> *float*</code></code>\raw\
\raw\  \raw\Cotangent hyperbolic function.
\h3\csc() function\h3\
\raw\#### <code>glm.<code>**csc**(**angle**: *float*) -\\> *float*</code></code>\raw\
\raw\  \raw\Cosecant function. hypotenuse / opposite or \code\1 / sin(x)\code\.
\h3\csch() function\h3\
\raw\#### <code>glm.<code>**csch**(**angle**: *float*) -\\> *float*</code></code>\raw\
\raw\  \raw\Cosecant hyperbolic function.
\h3\sec() function\h3\
\raw\#### <code>glm.<code>**sec**(**angle**: *float*) -\\> *float*</code></code>\raw\
\raw\  \raw\Secant function. hypotenuse / adjacent or \code\1 / cos(x)\code\.
\h3\sech() function\h3\
\raw\#### <code>glm.<code>**sech**(**angle**: *float*) -\\> *float*</code></code>\raw\
\raw\  \raw\Secant hyperbolic function.
|