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

Task 5 - Threading #13

Open
mubaris opened this issue Jan 14, 2018 · 0 comments
Open

Task 5 - Threading #13

mubaris opened this issue Jan 14, 2018 · 0 comments

Comments

@mubaris
Copy link
Contributor

mubaris commented Jan 14, 2018

Create a program which takes an integer as input and outputs its factorial and its exponential w.r.t. itself. Both should be calculated separately in different threads.

Input - a
Output - a! (thread 1)
- a^a (thread 2)

Use any language.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant