Feeds
提问
Program to approximate e^x using the Taylor Series
I am attempting to write a function called expSeries which uses another function factFunc to evaluate e^x. I have already writte...
8 years 前 | 2 个回答 | 0
2
个回答提问
Program to calculate the nth Prime Number
I am attempting to write a program that accepts a user input for the value of n, and returns the nth prime number. I.e. if n = 2...
8 years 前 | 2 个回答 | 0