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

Docstring of Differential instances is irrelevant #1075

Open
LilithHafner opened this issue Feb 26, 2024 · 0 comments
Open

Docstring of Differential instances is irrelevant #1075

LilithHafner opened this issue Feb 26, 2024 · 0 comments

Comments

@LilithHafner
Copy link
Contributor

It's possible this is an upstream issue with the REPL or Julia itself, but this is unhelpful:

julia> @variables x
1-element Vector{Num}:
 x

julia> dx = Differential(x)
(::Differential) (generic function with 3 methods)

help?> dx
search: dx gcdx ldexp indexin IndexStyle IndexLinear IndexCartesian getindex setindex! lastindex eachindex firstindex checkindex CapturedException StringIndexError findmax

  Any::DataType

  Any is the union of all types. It has the defining property isa(x, Any) == true for any x. Any therefore describes the entire universe of possible values. For example
  Integer is a subset of Any that includes Int, Int8, and other integer types.
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