Skip to main contentCrate sqrtx
Source - SqrtError
- square_root
- Computes the square root of a number synchronously.
- square_root_async
- Computes the square root of a number asynchronously by offloading the computation to a blocking thread pool.
- square_roots_parallel
- Computes the square roots of a list of numbers asynchronously using parallel processing for heavy workloads.
- square_roots_parallel_sync
- Computes the square roots of a list of numbers synchronously using parallel processing for heavy workloads.