TheRealCStover/ Trigonometry

A collection of lesser-known circular and hyperbolic trig functions and their inverses

Contributed by: Christopher Stover

Installation Instructions

To install this paclet in your Wolfram Language environment, evaluate this code:
PacletInstall["TheRealCStover/Trigonometry"]


To load the code after installation, evaluate this code:
Needs["TheRealCStover`Trigonometry`"]

Details

Trigonometry consists of a number of "circular" trigonometric functions, as well as their hyperbolic analogues and the inverses of all of them.
Because of how they're defined, the functions in Trigonometry fit perfectly into all the common Wolfram Language functionality including D, Integrate, Series, Plot, etc.

Paclet Guide

Examples

Basic Examples (4) 

Evaluate numerically:

In[1]:=
(* Evaluate this cell to get the example input *) CloudGet["https://www.wolframcloud.com/obj/33dce6a9-7266-4705-af29-4337bd9574bc"]
Out[1]=

Arguments given in radians:

In[2]:=
(* Evaluate this cell to get the example input *) CloudGet["https://www.wolframcloud.com/obj/b4832cdb-89ef-4786-87c4-613b5acb0806"]
Out[2]=
In[3]:=
(* Evaluate this cell to get the example input *) CloudGet["https://www.wolframcloud.com/obj/c3844385-3408-4221-9795-cad7da47599b"]
Out[3]=

Multiply or divide by Degree to specify an argument in degrees:

In[4]:=
(* Evaluate this cell to get the example input *) CloudGet["https://www.wolframcloud.com/obj/e562890f-6f23-485c-8189-aa3d6ebeb9ed"]
Out[4]=
In[5]:=
(* Evaluate this cell to get the example input *) CloudGet["https://www.wolframcloud.com/obj/300856e9-1bf2-4e53-83b9-eb22b238874e"]
Out[5]=

Plot over a subset of the reals:

In[6]:=
(* Evaluate this cell to get the example input *) CloudGet["https://www.wolframcloud.com/obj/00e9ad3d-fe39-4a42-94e0-d1ee6402ebfa"]
Out[6]=
In[7]:=
(* Evaluate this cell to get the example input *) CloudGet["https://www.wolframcloud.com/obj/082cde41-9e27-42a7-a2d8-d0c87a4570e8"]
Out[7]=

Plot over a subset of the complexes:

In[8]:=
(* Evaluate this cell to get the example input *) CloudGet["https://www.wolframcloud.com/obj/519eaa8d-45e3-4a2b-af88-c668f611afed"]
Out[8]=

Publisher

therealcstover

Compatibility

Wolfram Language Version 13

Version History

  • 2.2.0 – 17 September 2022
  • 2.1.0 – 17 September 2022
  • 2.0.0 – 09 September 2022
  • 1.2.0 – 08 September 2022
  • 1.1.0 – 04 September 2022
  • 1.0.8 – 26 August 2022
  • 1.0.7 – 21 August 2022
  • 1.0.6 – 21 August 2022
  • 1.0.5 – 18 August 2022
  • 1.0.4 – 18 August 2022
  • 1.0.3 – 12 August 2022
  • 1.0.2 – 06 August 2022
  • 1.0.1 – 05 August 2022
  • 1.0.0 – 05 August 2022

License Information

MIT License

Paclet Source

Source Metadata