Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Correct comments
  • Loading branch information
Happypig375 authored Apr 22, 2020
commit 36675b1a79927719e903d4831dcc65e4438d8367
4 changes: 2 additions & 2 deletions AngouriMath/Convenience/MathS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public static EntitySet Solve(Entity equation, VariableEntity var)
/// </summary>
/// <param name="a"></param>
/// <returns>
/// angle between B and C
/// angle between C and B
/// </returns>
public static Entity Arcsec(Entity a) => Arccosf.Hang(1 / a);

Expand All @@ -216,7 +216,7 @@ public static EntitySet Solve(Entity equation, VariableEntity var)
/// </summary>
/// <param name="a"></param>
/// <returns>
/// angle between B and C
/// angle between C and A
/// </returns>
public static Entity Arccosec(Entity a) => Arcsinf.Hang(1 / a);

Expand Down