- Calculator Pro
- Love Dice and its free version
- Two XNA based games
- Earthquake Alert
- Expert Sudoku
- Level
The reason I choose F# as my major programming for WP7 application is because
- F# is .net based language
- F# requires less code when program the same feature.
- F# library and community provides large number of good algorithms, some of them are exotic and never heard of. But over all, that give me confident that I can have more stuff to show on a phone.
- my previous experience shows F# generate less bugs.
Many people as what is some real world app using F#? Here are some Windows Phone 7 app by F#. This app is XNA based. There are some app's, such as games, silverlight based application and games and tools
Calculator Pro is a professional calculator. More than 150 functions are supported. It supports:
- 50+ math operations, including advanced trigonometric functions, logarithmic functions, and eight variable storage spaces.
- Programmer calculation, hex and oct calculation, bitwise calculation (including AND, OR, XOR), and float to/from int conversion.
- Unit conversion, convert well known US units to metric units.
- Function diagram: use your fingers to change range and understand how the function looks like in an easier way.
- Canada income tax calculation
- Tip calculation: support sale tax, number of person, round tip, and total display to make your tip calculation much easier.
- Statistics functions: stddev, average, Pearson correlation, Spearman correlation, normal distribution, skew, kurt.
- Quadratic equation: solve the Quadratic function, proivde you delta (discriminant), x1, and x2. solution can be in imaginary number format.
- Mortgage and loan: given term, interest rate, down payment, tax per year, fee per month, and loan amount and get the monthly payment.
- Currency conversion feature which enable you to get latest currency rate from Yahoo. By click the "To ANSW" button, you can link the rate with other calculation easily.
- Money value mode: get present value and/or future value by giving interest, payment, growth rate and period.
- Email funtion: email your last calculation result and merge to your document. You can keep track your tip, and unit conversion, and other computation.
- SMS function: SMS your last calculation result when do not have data access.
You got 11 calculation functions within one single app!
No comments:
Post a Comment