diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2022-05-01 21:50:12 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2022-05-01 21:50:12 +0300 |
commit | 9fcf8e29214210612d545bed50d7f889800ac639 (patch) | |
tree | 3a99d2cd37fb8158d49abc1de6298758d205c9dd /math/doc.go |
Initial
Diffstat (limited to 'math/doc.go')
-rw-r--r-- | math/doc.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/doc.go b/math/doc.go new file mode 100644 index 0000000..1d3cbf5 --- /dev/null +++ b/math/doc.go @@ -0,0 +1,2 @@ +// Пакет с математическими функциями над обобщенными типами +package math |