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

Constant and SymbolFor do not support rational powers #375

Closed
chiphogg opened this issue Jan 15, 2025 · 0 comments · Fixed by #376
Closed

Constant and SymbolFor do not support rational powers #375

chiphogg opened this issue Jan 15, 2025 · 0 comments · Fixed by #376
Labels
⬇️ affects: code (interfaces) Affects the way end users will interact with the library 📁 kind: enhancement New feature or request 💪 effort: tiny A trivial change
Milestone

Comments

@chiphogg
Copy link
Contributor

We should be able to write squared(c), but we currently can't.

@chiphogg chiphogg added 📁 kind: enhancement New feature or request 💪 effort: tiny A trivial change ⬇️ affects: code (interfaces) Affects the way end users will interact with the library labels Jan 15, 2025
@chiphogg chiphogg added this to the On deck milestone Jan 15, 2025
chiphogg added a commit that referenced this issue Jan 15, 2025
This unlocks some basic missing functionality for `Constant` and
`SymbolFor`: namely, we should be able to pass instances of them to
`squared()`, `sqrt()`, `pow<N>()`, `root<N>()`, and so on.

Fixes #375.
@chiphogg chiphogg modified the milestones: On deck, 0.4.2 Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⬇️ affects: code (interfaces) Affects the way end users will interact with the library 📁 kind: enhancement New feature or request 💪 effort: tiny A trivial change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant