Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs tracking issue #585

Open
1 of 3 tasks
WhiteBlackGoose opened this issue Jul 15, 2022 · 0 comments
Open
1 of 3 tasks

Docs tracking issue #585

WhiteBlackGoose opened this issue Jul 15, 2022 · 0 comments

Comments

@WhiteBlackGoose
Copy link
Member

WhiteBlackGoose commented Jul 15, 2022

So we're adding a lot more examples now.

WhiteBlackGoose added a commit that referenced this issue Jul 15, 2022
Docs for all non-obsolete methods in AngouriMath.MathS added.

Bug fixed: there was a wrong definition of hyperbolic cotangent (MathS.Hyperbolic.Cotanh).

Added API for: `MathS.oo`. Use:
```
using static AngouriMath.MathS;

var inf = +oo;
var minf = -oo;
```

Also added API for creating multiple variables:
```
using static AngouriMath.MathS;

var x = Var("x"); // old API
var (x, y) = Var("x", "y"); // new one
var (x, y, z) = Var("x", "y", "z"); // new one
```

Docs tracking issue: #585 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant