Solving asinh(), sqrt() and exp() terms



Fabian Schuh wrote:
> Hi folks,
>
> Short question:
> How do I solve:
>    > integrate(sqrt(1+((exp(y)-1)^2/16)),y,0,1);
> my maxima just gives me a long termin 
> with sqrt() asinh() and %E.
> How to get the final solution??
>
>   
What do you mean by "final solution"?  That answer looks pretty good to
me.  Do you want a numerical result?  float() can provide that.

Ray