Trigonometric functions: Difference between revisions

Line 994:
print using("####.####", (atn ( tan ( Rad))) * 57.29577951) ; " degrees"
print " ( or," ; using("####.###############",atn ( tan ( Rad)));" radians ) "
 
end
'----------- Output -------------
'When the angle = 45.000 degrees,
Line 1,010:
'For the 'tangent' above, the 'arctangent' is -- 45.0000 degrees
' ( or, 0.785398163397448 radians )
 
'--------------------- End of Liberty Basic Section ----------------
end
 
 
end function</lang>
 
=={{header|Logo}}==
Anonymous user