- 1、本文档共17页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
函数型计算器(VC6.0,win32console)(国外英文资料)
函数型计算器(VC++6.0,win32 console)(国外英文资料)
I cant tell you how much you want me to be
Functional calculator (vc + + 6.0, Win32 Console)
The program was designed by yu_hua in 2007-07-27
Features: more than 10 commonly used math functions:
And the sine of sine is cosine of cosine of the tangent of tangent
So, were going to square SQRT and were going to do sine of arcsine
So, Im going to do the inverse cosine of the arccosine
So, were going to use the logarithm log, the natural log of the log
Its called the the
Usage: if you require 2 to the 32, you can enter
2 ^ 32 enter if required tangent to 30 degrees
Type tan (Pi / 6) return car to note:
Tan (30) Enter if you want 1.23 radians
Sine, there are several ways to do this:
Sin (1.23) Enter
Sin 1.23 Enter
Sin1.23 Enter
If you verify the sum of squares and formulas of the positive cosine, you can make it
Sin (1.23) ^ 2 + cos Enter or (1.23) ^ 2
2 + cos1.23 sin1.23 ^ ^ 2 Enter and two
The function expression is linked together, automatically understanding to multiply
For example: sin1.23 cosine 0.77 + cos1.23 sin0.77
Is equivalent to the
Sine (1.23) * cos (0.77) + cos (1.23) * sin (0.77)
And of course you can do the triangulation
Sin (1.23 + 0.77) is also the sin2 verification.
This calculator fully considers the priority of the operator
Therefore, such as: 2 + 3 * 4 ^ 2 effectively:
2 + (3 * (4 * 4))
Number, so automatically you think youre multiplying the two.
If the right side of a number is left parenthesis, it will be automatic
It is assumed that this number is a multiplication sign between the brackets and the brackets.
Such as: 3 sin1. 2 ^ 2 + 5 cos2. 1 ^ 2 equivalent
3 * sin2 (1.2) + 5 * cos 2 (2.1) :
4 (3-2 (sqrt5-1) + ln2) + lg 5 equals
4 times 3 minus 2 times the square root of 5 minus 1 + loge (2)) + log 10 (5)
In addition, this calculator provides Pi
When typing letters, they are not case-sensitive and easy to use.
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
文档评论(0)