diff options
author | Erik Schnetter <schnetter@gmail.com> | 2012-11-30 15:50:03 -0500 |
---|---|---|
committer | Erik Schnetter <schnetter@gmail.com> | 2012-11-30 15:50:03 -0500 |
commit | d2614759a1d542c41af59b04d8711246d2a1e876 (patch) | |
tree | 2689209034d9ccc3d29208d50b82b4f89116aa1b /IDEAS | |
download | vecmathlib-d2614759a1d542c41af59b04d8711246d2a1e876.zip vecmathlib-d2614759a1d542c41af59b04d8711246d2a1e876.tar.gz |
Import initial version
Diffstat (limited to 'IDEAS')
-rw-r--r-- | IDEAS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +implement cosh, sinh via expansion, similar to asin + https://en.wikipedia.org/wiki/Hyperbolic_function + +implement exp via cosh, sinh + +implement acosh, asinh via expansion, similar to asin + https://en.wikipedia.org/wiki/Inverse_hyperbolic_function |