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

public static

Signature

public static function sqrt2(): self

Returns

self

Documentation

√2 (Pythagoras' constant)

Symbolic: 2^(1/2), computed to arbitrary precision at eval()

Source

src/Util/Math/Expr.php:84-87