diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-26 19:03:50 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-26 19:03:50 -0300 |
commit | 98d4292f1c492c217f3dde9c44052a15b62137b9 (patch) | |
tree | ff995de7c82de29310ef8cad218297eb8c1edad4 /docusaurus/docs/exponential.md | |
parent | 87fea1875172141fd12a633110ef964e9c4ba10e (diff) | |
download | PSP.git-98d4292f1c492c217f3dde9c44052a15b62137b9.tar.gz PSP.git-98d4292f1c492c217f3dde9c44052a15b62137b9.tar.xz PSP.git-98d4292f1c492c217f3dde9c44052a15b62137b9.zip |
Documentation update
Diffstat (limited to 'docusaurus/docs/exponential.md')
-rw-r--r-- | docusaurus/docs/exponential.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docusaurus/docs/exponential.md b/docusaurus/docs/exponential.md new file mode 100644 index 0000000..351d63b --- /dev/null +++ b/docusaurus/docs/exponential.md @@ -0,0 +1,8 @@ +--- +id: exponential +title: Exponencial +sidebar_label: Exponencial +--- +import useBaseUrl from "@docusaurus/useBaseUrl"; + +<link rel="stylesheet" href={useBaseUrl("katex/katex.min.css")} />
\ No newline at end of file |