From 43051e0666d76331f065dc18baa633aa382cf049 Mon Sep 17 00:00:00 2001 From: 24OI-bot <15963390+24OI-bot@users.noreply.github.com> Date: Mon, 8 Jun 2020 02:02:22 -0400 Subject: [PATCH] style: format markdown files with remark-lint --- docs/math/poly/tri-func.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/math/poly/tri-func.md b/docs/math/poly/tri-func.md index 891013db..76868e9a 100644 --- a/docs/math/poly/tri-func.md +++ b/docs/math/poly/tri-func.md @@ -24,7 +24,7 @@ $$ 注意到我们是在 $\mathbb{Z}_{998244353}$ 上做 NTT,那么相应地,虚数单位 $i$ 应该被换成 $86583718$ 或 $911660635$ : $i = \sqrt{-1} \equiv \sqrt{998244352} \equiv 86583718 \equiv 911660635 \pmod{998244353}$ 。 -直接按上述表达式编写程序即可得到模 $x^{n}$ 意义下的 $\sin{f\left(x\right)}$ 与 $\cos{f\left(x\right)}$。再由 $\tan{f\left(x\right)} = \frac{\sin{f\left(x\right)}}{\cos{f\left(x\right)}}$ 可求得 $\tan{f\left(x\right)}$。 +直接按上述表达式编写程序即可得到模 $x^{n}$ 意义下的 $\sin{f\left(x\right)}$ 与 $\cos{f\left(x\right)}$ 。再由 $\tan{f\left(x\right)} = \frac{\sin{f\left(x\right)}}{\cos{f\left(x\right)}}$ 可求得 $\tan{f\left(x\right)}$ 。 ## 代码 -- 2.11.0