mini\Util\Math\Expr::sqrt() Method

public

Signature

public function sqrt(): self

Returns

self

Documentation

Square root: √x = x^(1/2)

Represented as power for simplification (e.g., sqrt(x)**2 = x)

Source

src/Util/Math/Expr.php:418-425