Jump to content

Inverse Tangent Issues


Nim199

Recommended Posts

Hi all, my brother and I are building a program which requires an inverse tangent function.Howerever, VB.NET 2005 does not contain an inverse tangent function.Any help with sovling our issue in VB.NET is welcome.

Link to comment
Share on other sites

Does it have inverse sin and inverse cos? tan = sin/cos and the same goes for inverse trig functions, so tan^-1 = (sin^-1) / (cos^-1)Other wise, remember that inverse tan is just tan with the X and Y switched.arctangent:y = arctan(x)x = tan(y) Domain: allRange:pi/2 < y < pi/2If that all fails, you could use a chart... If X = "this", then Y = "that"

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...