-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.numbers.float.basic.Sqrt
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
Computes the square root of a float value. TIP: You can use the [Pow] operator to compute roots for other bases by using 1/base for the exponent.
| Name | Type |
|---|---|
| Result | System.Single |
⚠ Everything else is automatically generated and will be overwritten regularly.