From 1cfad684d98f3f9648069f093b761f1885cefd7d Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Fri, 16 Nov 2012 14:44:42 -0500 Subject: Added buttons for inverse trig functions. --- src/math-buttons.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/math-buttons.c b/src/math-buttons.c index 3c71ed3..d33422b 100644 --- a/src/math-buttons.c +++ b/src/math-buttons.c @@ -178,6 +178,15 @@ static ButtonData button_data[] = { {"tangent", "tan ", FUNCTION, /* Tooltip for the tangent button */ N_("Tangent")}, + {"inverse_sine", "asin", FUNCTION, + /* Tooltip for the inverse sine button */ + N_("Inverse Sine")}, + {"inverse_cosine", "acos", FUNCTION, + /* Tooltip for the inverse cosine button */ + N_("Inverse Cosine")}, + {"inverse_tangent", "atan", FUNCTION, + /* Tooltip for the inverse tangent button */ + N_("Inverse Tangent")}, {"hyperbolic_sine", "sinh ", FUNCTION, /* Tooltip for the hyperbolic sine button */ N_("Hyperbolic Sine")}, -- cgit v1.2.1