DiamondNether90
  • What even is a location. Are we even real.
  • Newton's Method: x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)} \implies f(x_\infty)=0

  • Joined on 2025-08-20
DiamondNether90 pushed to main at ground/ground-programs 2025-09-11 20:00:48 +10:00
f54d41f5b6 More functions, plus a bugfix for mid
DiamondNether90 pushed to main at ground/ground-programs 2025-09-11 16:33:05 +10:00
98fdadfcd8 New functions for strings package
DiamondNether90 pushed to main at ground/ground-programs 2025-09-11 15:01:32 +10:00
e63e01e87b Added readme for packages
DiamondNether90 pushed to main at ground/ground-programs 2025-09-11 14:45:31 +10:00
cfa6bae744 Added findStringInstance function to strings package
DiamondNether90 pushed to main at ground/ground-programs 2025-09-11 13:18:10 +10:00
4806a41b88 Fix sqrt function (again)
DiamondNether90 pushed to main at ground/ground-programs 2025-09-11 13:08:08 +10:00
77e59af4bf Fixed sqrt function
DiamondNether90 pushed to main at ground/ground-programs 2025-09-11 11:01:21 +10:00
339fa0d7fa Update packages/strings/readme.md
DiamondNether90 pushed to main at ground/ground-programs 2025-09-11 10:58:19 +10:00
9bb886db8a Add packages/strings/strings.md
DiamondNether90 pushed to main at ground/ground-programs 2025-09-10 19:31:09 +10:00
981d81d220 Add packages/strings/strings.grnd
DiamondNether90 opened issue ground/ground#17 2025-09-05 18:45:33 +10:00
Custom Data Structures
DiamondNether90 pushed to main at ground/ground-programs 2025-09-04 08:39:19 +10:00
a623c293e3 Update packages/math/readme.md
DiamondNether90 pushed to main at ground/ground-programs 2025-09-04 08:38:36 +10:00
d71813fd56 Add packages/math/math.md
DiamondNether90 created branch main in ground/ground-programs 2025-09-04 08:38:01 +10:00
DiamondNether90 pushed to main at ground/ground-programs 2025-09-04 08:38:01 +10:00
5515525413 Add packages/math/math.grnd
DiamondNether90 created repository ground/ground-programs 2025-09-04 08:36:03 +10:00
DiamondNether90 opened issue ground/ground#16 2025-09-03 06:58:13 +10:00
Error command
DiamondNether90 created pull request ground/ground#15 2025-09-02 08:40:22 +10:00
Update docs/highlight.py
DiamondNether90 pushed to master at DiamondNether90/ground_fork 2025-09-02 08:38:55 +10:00
e2a037befc Update docs/highlight.py
DiamondNether90 opened issue ground/ground#14 2025-09-02 08:34:47 +10:00
Rename Math Library to Nerd Library
DiamondNether90 closed issue ground/ground#10 2025-09-02 08:29:44 +10:00
Rounding Function