No BSD License  

Highlights from
Numerical Analysis and Graphic Visualization with MATLAB

eqn_w3(x)
% Used in bisec_n.  Copyright S. Nakamura, 1995
function y = eqn_w3(x)
   y = sqrt(x.^2 + 1) - tan(x);

Contact us at files@mathworks.com