diff --git a/calculatorpp/res/values-zh-rtw/text_functions.xml b/calculatorpp/res/values-zh-rtw/text_functions.xml index e866b0d3..44a3a8cc 100644 --- a/calculatorpp/res/values-zh-rtw/text_functions.xml +++ b/calculatorpp/res/values-zh-rtw/text_functions.xml @@ -6,38 +6,38 @@ - Functions + 函數 - Trigonometric sine function. - Trigonometric cosine function. - Trigonometric tangent function. - Trigonometric cotangent function. - Arcsine - the inverse of sine function. - Arccosine - the inverse of cosine function. - Arctangent - the inverse of tangent function. - Arccotangent - the inverse of cotangent function. - Natural logarithm - logarithm the base e. - Decadic logarithm - logarithm the base 10. - Logarithm - logarithm the specified base. - Exponential function. - Square root function. - Cubic root function. - Function that gives absolute value of an argument. - Function that gives the sign of an argument: -1 if argument is less than 0, 0 if equals to 0, 1 if more than 0. - Equals function - gives 1 if two arguments are equals, 0 otherwise. - Lesser-or-equals function - gives 1 if two arguments are equals or first is less than second, 0 otherwise. - Greater-or-equals function - gives 1 if two arguments are equals or first is greater than second, 0 otherwise. - Not-equals function - gives 1 if two arguments are not equals, 0 otherwise. - Lesser function - gives 1 if first argument is less than second, 0 otherwise. - Greater function - gives 1 if first argument is greater than second, 0 otherwise. - Converts degrees into radians: d - degrees, m - minutes (default = 0), s - seconds (default = 0). - Converts degrees from DMS notation to decimal notation: d - degrees, m - minutes (default = 0), s - seconds (default = 0). - Converts radians into degrees. + 三角正弦函數. + 三角餘弦函數. + 三角正切函數. + 三角餘切函數. + Arcsine - sin 的反函數. + Arccosine - cos 的反函數. + Arctangent - tan 的反函數. + Arccotangent - cot 的反函數. + 自然對數 - 以e為底的指數. + 以10為底的對數. + 以指定的數為底數的對數. + 指數函數. + 平方根. + 立方根. + 取絕對值. + 取正負號: 傳回 -1 若參數小於0, 0 若參數等於 0, 1 若參數大於 0. + 相等 - 傳回 1 若兩參數相等, 否則傳回 0. + 小於或等於 - 傳回 1 若兩參數相等或第一個參數小於第二個參數, 否則傳回 0. + 大於或等於 - 傳回 1 若兩參數相等或第一個參數大於第二個參數, 否則傳回 0. + 不等於 - 傳回 1 若兩參數不相等, 否則傳回 0. + 小於 - 傳回 1 若第一個參數小於第二個參數, 否則傳回 0. + 大於 - 傳回 1 若第一個參數大於第二個參數, 否則傳回 0. + 將角度轉為弳度: d - 角, m - 分 (預設為 0), s - 秒角 (預設為 0). + 將 DMS 表示法轉換為十進位表示法: d - 角, m - 分 (預設為 0), s - seconds (預設為 0). + 將弳度轉為角度. - Trigonometric - Hyperbolic trigonometric - Comparison - Common - My + 三角函數 + 雙曲函數 + 比較函數 + 常用函數 + 自訂函數 - \ No newline at end of file +