定義域/值域 | 範例 | |
input | -∞<R<∞ | math.abs(-18.52) |
output | 0≦S<∞ | 18.52 |
定義域/值域 | 範例1 | 範例2 | |
input | -∞<R[sub]1[/sub]<∞ -∞<R[sub]2[/sub]<∞ | math.deg(math.pi) | math.rad(180) |
output | -∞<S[sub]2[/sub]<∞ -∞<S[sub]2[/sub]<∞ | 180 | 3.1415926535898 |
定義域/值域 | 範例 | |
input | null | math.pi |
output | S=π | 3.1415926535898 |
定義域/值域 | 範例 | |
input | -∞<Z[sub]1[/sub]<∞ -∞<Z[sub]2[/sub]<∞ | math.random(-32,168) |
output | -∞<Z[sub]1[/sub]≦S≦Z[sub]2[/sub]<∞ | 147 |
定義域/值域 | 範例1 | 範例2 | 範例3 | |
input | -∞<R[sub]1[/sub]<∞ -∞<R[sub]2[/sub]<∞ | math.sin(math.rad(90)) | math.cos(math.rad(90)) | math.tan(math.rad(45)) |
output | -1≦S[sub]1[/sub]≦1 -∞<S[sub]2[/sub]<∞ | 1 | 0 | 1 |
定義域/值域 | 範例1 | 範例2 | 範例3 | |
input | -1≦R[sub]1[/sub]≦1 -1≦R[sub]2[/sub]≦1 -∞<R[sub]3[/sub]<∞ | math.asin(1) | math.acos(1) | math.tan(math.rad(45)) |
output | -π/2≦S[sub]1[/sub]≦π/2 0≦S[sub]2[/sub]≦π -π/2≦S[sub]3[/sub]≦π/2 | 1.5707963267949 | 0 | 0.78539816339745 |
定義域/值域 | 範例 | |
input | -∞<R<∞ | math.exp(2.3) |
output | 0<S<∞ | 9.9741824548147 |
定義域/值域 | 範例 | |
input | 0<R<∞ | math.exp(0.3) |
output | -∞<S<∞ | -1.2039728043259 |
定義域/值域 | 範例 | |
input | 0<R<∞ | math.log10(2) |
output | -∞<S<∞ | 0.30102999566398 |
定義域/值域 | 範例1 | 範例2 | 範例3 | |
input | -∞<R[sub]1[/sub]<∞ -∞<R[sub]2[/sub]<∞ -∞<R[sub]3[/sub]<∞ | math.sinh(0) | math.cosh(0) | math.tanh(0) |
output | -∞<S[sub]1[/sub]<∞ 1≦S[sub]2[/sub]<∞ -1<S[sub]3[/sub]<1 | 0 | 1 | 0 |
定義域/值域 | 範例1 | 範例2 | |
input | 0≦R<∞ | math.sqrt(25) | 2^0.5 |
output | 0≦S<∞ | 5 | 1.4142135623731 |
夜魅殘月 發表於 2016-2-1 18:02
前幾篇教學帖要積分多少呢...有大大推薦我來這學習...
歡迎光臨 TUCaptions (http://www.tucaptions.org/) | Powered by Discuz! X3 |