add other trig funcs

This commit is contained in:
2023-03-25 22:49:47 +00:00
parent f046e9cb47
commit c6c608ad91
4 changed files with 292 additions and 14 deletions

View File

@@ -56,5 +56,6 @@ func getPassword(args ...any) (string, error) {
fmt.Print("*")
}
}
fmt.Print("\r")
return string(password), nil
}