Function sqrt

Source
pub fn sqrt(span: Span, radicand: Content) -> Content
Expand description

A square root.

$ sqrt(3 - 2 sqrt(2)) = sqrt(2) - 1 $