From dcfd68cb83722df16da2e3c6076f509de89715d5 Mon Sep 17 00:00:00 2001 From: "Hu, Yuan2" Date: Mon, 2 Aug 2021 16:48:25 +0800 Subject: [PATCH] modify document change type to any supported numeric type Signed-off-by: Hu, Yuan2 --- docs/ops/arithmetic/Tan_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ops/arithmetic/Tan_1.md b/docs/ops/arithmetic/Tan_1.md index 6e2524f4bc64f8..d9086f7ad5fba0 100644 --- a/docs/ops/arithmetic/Tan_1.md +++ b/docs/ops/arithmetic/Tan_1.md @@ -34,7 +34,7 @@ a_{i} = tan(a_{i}) **Types** -* *T*: int32,int64,uint32,uint64,float16,float32 +* *T*: any supported numeric type. **Examples**