{
"topic": "square-root",
"input_types": [
"float"
],
"input_labels": [
"x"
],
"input_values": [
3
],
"type": "Calculate",
"title": "Square Root",
"category": "Arithmetic",
"function": "function myFunc(arr) {\n let x = arr[0];\n return Math.sqrt(x);\n }",
"op_label": "Square Root, √x",
"explanation": "This calculator finds the square root of given number in x.",
"schema_data": "\n <script type=\"application/ld+json\">\n {\n \"@context\": \"https://schema.org\",\n \"@type\": \"Article\",\n \"author\": {\n \"@type\": \"Person\",\n \"name\": \"Mallikarjuna M\",\n \"honorificSuffix\": \"B.Tech. (Electronics & Communication)\",\n \"url\": \"https://www.linkedin.com/in/mallikarjuna-mallisetty-7330314a/\"\n },\n \n \"dateModified\": \"2024-09-05T00:23:14.014Z\",\n \"datePublished\": \"2024-07-21T07:20:32.526Z\",\n \"description\": \"Calculate Square Root - This calculator finds the square root of given number in x.\",\n \"headline\": \"Square Root Calculator\",\n \"mainEntityOfPage\": {\n \"@id\": \"https://convertonline.org\",\n \"@type\": \"WebPage\"\n },\n \"publisher\": {\n \"@type\": \"Organization\",\n \"name\": \"ConvertOnline.org\",\n \"logo\": {\n \"@type\": \"ImageObject\",\n \"url\": \"https://convertonline.org/images/icon.png\",\n \"width\": \"512px\",\n \"height\": \"512px\"\n }\n }\n }\n </script>\n "
}