Trigonometric functions: Difference between revisions

Content added Content deleted
Line 994: Line 994:
print using("####.####", (atn ( tan ( Rad))) * 57.29577951) ; " degrees"
print using("####.####", (atn ( tan ( Rad))) * 57.29577951) ; " degrees"
print " ( or," ; using("####.###############",atn ( tan ( Rad)));" radians ) "
print " ( or," ; using("####.###############",atn ( tan ( Rad)));" radians ) "

end
'----------- Output -------------
'----------- Output -------------
'When the angle = 45.000 degrees,
'When the angle = 45.000 degrees,
Line 1,010: Line 1,010:
'For the 'tangent' above, the 'arctangent' is -- 45.0000 degrees
'For the 'tangent' above, the 'arctangent' is -- 45.0000 degrees
' ( or, 0.785398163397448 radians )
' ( or, 0.785398163397448 radians )

'--------------------- End of Liberty Basic Section ----------------
end



end function</lang>
end function</lang>


=={{header|Logo}}==
=={{header|Logo}}==