From a7162c3f66cb8330627e1248953780fcbf9b8760 Mon Sep 17 00:00:00 2001 From: "max.zhu@vesoft.com" <86282370+izhuxiaoqing@users.noreply.github.com> Date: Wed, 22 Dec 2021 14:45:12 +0800 Subject: [PATCH] Update 6.cheatsheet-for-ngql-command.md (#1337) --- docs-2.0/2.quick-start/6.cheatsheet-for-ngql-command.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/2.quick-start/6.cheatsheet-for-ngql-command.md b/docs-2.0/2.quick-start/6.cheatsheet-for-ngql-command.md index 6f53b1153f..26dae8b073 100644 --- a/docs-2.0/2.quick-start/6.cheatsheet-for-ngql-command.md +++ b/docs-2.0/2.quick-start/6.cheatsheet-for-ngql-command.md @@ -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 的对数。 |