Functionsยง
- Computes the square root of a number synchronously.
- Computes the square root of a number asynchronously by offloading the computation to a blocking thread pool.
- Computes the square roots of a list of numbers asynchronously using parallel processing for heavy workloads.
- Computes the square roots of a list of numbers synchronously using parallel processing for heavy workloads.