From 7606617cfda7b1bbf6d7a2c314ff0173f85708a9 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 25 Feb 2025 18:45:09 -0800 Subject: [PATCH] Add sin,cos,tan and inverse functions to Qalcualte! --- source/2/2.4/2.4.3/Qalculate.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/2/2.4/2.4.3/Qalculate.rst b/source/2/2.4/2.4.3/Qalculate.rst index 01683ad6..80bb72c9 100644 --- a/source/2/2.4/2.4.3/Qalculate.rst +++ b/source/2/2.4/2.4.3/Qalculate.rst @@ -25,6 +25,9 @@ Trigonometery ------------- Qalculate! offers many different trigonometric functions. When using these functions having the correct angle unit is important to have the angle unit set correctly or else you will get the wrong answer. To set the angle unit to degrees left click the left most button with two sliders and select :menuselection:`Degrees` in which 360 degrees make one full circle. To set the angle unit to radians in which 2π radians make one full circle left click the left most button on the toolbar and select :menuselection:`Radians`. To have the angle unit set to Gradians in which 400 gradians make a full cirlce left the leftmost button on the toolbar and select :menuselection:`Gradians`. +To take the sine function of something left click the :guilabel:`sin` button or type :kbd:`sin()`. To take the inverse sine function of something right click the :guilabel:`sin` button or type :kbd:`arcsin()`. To take the cosine of something left click the :guilabel:`cos` button or type :kbd:`cos()`. To take the tangent function of something left click on the :guilabel:`tan` button or type :kbd:`tan()`. To take the inverse tangent right click on the :guilabel:`tan` button or type :kbd:`arctan()`. + + Version ------- Lubuntu ships with version 5.5.0 of Qalculate!