{ "title" : "Sqrt", "kind" : "atomic", "type" : "sqrt", "tags" : ["number", "atomic", "unary", "sqrt"], "description" : "

Returns the square root of the input number.

", "inputs" : ["value"], "outputs" : ["value"] }