cleanup, docs

This commit is contained in:
root
2026-06-16 12:21:31 +00:00
parent dff1959341
commit ea08d5f28b
296 changed files with 1571 additions and 1940 deletions
+2 -4
View File
@@ -15,7 +15,5 @@ Extracts a floating point number from a `String`.
If no usable number can be identified, the result is `0`.
## Related Concepts
- PHP: `floatval()`
- JavaScript / Node.js: `Number()` or `parseFloat()`
:example
print("float_val example\n");