User Portlet User Portlet

Discussions
Can I use inverse of the same function when defining the function itself? For example : b[x_]:=1+Integrate[InverseFunction[b][a],{a,0,x}] b[5] Typing that in I get an error: $RecursionLimit::reclim: Recursion depth of 256 exceeded. A simpler...