Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0afc655

Browse files
jalveszperazz
andauthoredApr 4, 2025··
Update src/stdlib_specialfunctions.fypp
Co-authored-by: Federico Perini <federico.perini@gmail.com>
1 parent 3519b43 commit 0afc655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/stdlib_specialfunctions.fypp

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ module stdlib_specialfunctions
331331
interface tanh_grad
332332
!! Version: experimental
333333
!!
334-
!! gradient of the gaussian function
334+
!! gradient of the hyperbolic tangent function
335335
#:for rk, rt in REAL_KINDS_TYPES
336336
elemental module function tanh_grad_${rk}$( x ) result( y )
337337
${rt}$, intent(in) :: x

0 commit comments

Comments
 (0)
Please sign in to comment.