We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3519b43 commit 0afc655Copy full SHA for 0afc655
src/stdlib_specialfunctions.fypp
@@ -331,7 +331,7 @@ module stdlib_specialfunctions
331
interface tanh_grad
332
!! Version: experimental
333
!!
334
- !! gradient of the gaussian function
+ !! gradient of the hyperbolic tangent function
335
#:for rk, rt in REAL_KINDS_TYPES
336
elemental module function tanh_grad_${rk}$( x ) result( y )
337
${rt}$, intent(in) :: x
0 commit comments