I need to know the opposite of sin and cos (sin-1 on calculators)
From what i understand there's no vb function for these, can
anyone give me one? so if i put:
VB Code:
print asin(sin(5)) 'this will print 5 print acos(cos(5)) 'this will also print 5
help?
