exercism / problem-specifications

Shared metadata for exercism exercises.
MIT License
326 stars 541 forks source link

`rational-numbers` missing test cases for "exponentiation of a given rational number to a real (floating-point) power" #2329

Closed sheerlox closed 11 months ago

sheerlox commented 11 months ago

Hey :wave: I'm currently doing the Elixir track, and noticed that while the exercise description says:

Exponentiation of a rational number r = a/b to a real (floating-point) number x is the quotient (a^x)/(b^x), which is a real number.

and

Implement the following operations: [...] exponentiation of a given rational number to a real (floating-point) power

the test cases (and the exercise template) do not actually require that directive to be implemented.

I'd be glad to add test cases (and update the Elixir exercise template) for this directive if someone can confirm that's needed!

github-actions[bot] commented 11 months ago

Hello. Thanks for opening an issue on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed.

That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use this link to copy this into a new topic there.


Note: If this issue has been pre-approved, please link back to this issue on the forum thread and a maintainer or staff member will reopen it.