[+] Add stddev to scientific utils

This commit is contained in:
Azalea (on HyDEV-Daisy)
2022-08-25 23:16:48 -04:00
parent fb57ec06ae
commit f990731261
2 changed files with 12 additions and 4 deletions
+1
View File
@@ -1,6 +1,7 @@
"""
Natual language processing utils
"""
from __future__ import annotations
def camel_split(camel: str) -> list[str]: