首页 > 代码库 > SAP (ABAP) 常用的数学函数
SAP (ABAP) 常用的数学函数
Function func | Return value |
abs | Absolute value of the argument arg (绝对值) |
sign | Plus/minus sign of the argument arg: -1, if the value of arg is negative; 0 if the value of arg is 0; 1 if the value of arg is positive. (正负号) |
ceil | Smallest integer number that is not smaller than the value of the argument arg.(向下取整) |
floor | Largest integer number that is not larger than the value of the argument arg.(向上取整) |
trunc | Value of the integer part of the argument arg (整数部分) |
frac | Value of the decimal places of the argument arg (小数部分) |
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。