Maxima Function
gd (x)
Returns the Gudermannian function 2 * atan(%e^x - %pi/2).
2 * atan(%e^x - %pi/2)
To use this function write first load(functs).
load(functs)