Skip to content

Commit

Permalink
Update 6.cheatsheet-for-ngql-command.md (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
izhuxiaoqing committed Dec 22, 2021
1 parent 7894294 commit a7162c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0/2.quick-start/6.cheatsheet-for-ngql-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
| double hypot(double x, double y) | 返回直角三角形(直角边长为 x 和 y)的斜边长。 |
| double pow(double x, double y) | 返回$x^y$的值。 |
| double exp(double x) | 返回$e^x$的值。 |
| double exp2(double x) | 返回$2^x2$的值。 |
| double exp2(double x) | 返回$2^x$的值。 |
| double log(double x) | 返回以自然数 e 为底 x 的对数。 |
| double log2(double x) | 返回以 2 为底 x 的对数。 |
| double log10(double x) | 返回以 10 为底 x 的对数。 |
Expand Down

0 comments on commit a7162c3

Please sign in to comment.