Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyhj committed Sep 23, 2023
1 parent f157464 commit 77abbac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions advanced/math-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
| cosh | 1个double | 双曲余弦(弧度制) |
| tanh | 1个double | 双曲正切(弧度制) |
| sqrt | 1个double | 开方 |
| log | 1个double | 自然对数 |
| log10 | 1个double | 常用对数 |
| round | 1个double | 四舍五入取整 |
| clamp | 三个double/float/int/long参数 | 区间限制函数,见下例 |

Expand Down

0 comments on commit 77abbac

Please sign in to comment.