Hello,
I think I have found a little mistake in tmerc.js code.
In the inverse function the line 93 reads
lat = Math.asinz(con);
where I think it should be :
lat = Proj4js.common.asinz(con);
Do I need to poen a ticket for this ?
Thanks.