done a3 and a4, not working, div by 0 in log

This commit is contained in:
2024-09-02 10:45:22 +05:30
parent f562e84d60
commit c1f1f5c493
4 changed files with 1501 additions and 914 deletions

1
.gitignore vendored
View File

@@ -178,3 +178,4 @@ Cargo.lock
*.csv *.csv
.vscode/*

File diff suppressed because one or more lines are too long

View File

@@ -1910,9 +1910,9 @@
"provenance": [] "provenance": []
}, },
"kernelspec": { "kernelspec": {
"display_name": "ai511", "display_name": "Python 3 (ipykernel)",
"language": "python", "language": "python",
"name": "ai511" "name": "python3"
}, },
"language_info": { "language_info": {
"codemirror_mode": { "codemirror_mode": {

File diff suppressed because one or more lines are too long