This HTML5 document contains 18 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
n5http://dbkwik.webdatacommons.org/ontology/
n18http://dbkwik.webdatacommons.org/resource/tTBSQU9QRyOIePhCbDDv-Q==
n7http://dbkwik.webdatacommons.org/resource/e4fy3tv_gaCZ1sJN0GB_KA==
n14http://dbkwik.webdatacommons.org/resource/yCuYdB83ySG6Vgqb4NnqwQ==
n11http://dbkwik.webdatacommons.org/resource/OepcSLv2Z1UOi10zHWsktA==
n12http://dbkwik.webdatacommons.org/resource/AGwLdS5gA0__M2ZrO1vzzg==
n13http://dbkwik.webdatacommons.org/nwn/property/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n16http://dbkwik.webdatacommons.org/resource/sVGUQSABoWO-EfYY-AvNZw==
n2http://dbkwik.webdatacommons.org/resource/kCTnrK04u8blnbITTLU82g==
n6http://dbkwik.webdatacommons.org/nwn2/property/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n15http://dbkwik.webdatacommons.org/resource/FWqUVyLJrW1oYSINJl-T6A==
n9http://dbkwik.webdatacommons.org/resource/k7NZGk4u-N6p1GBUwFgjMQ==
xsdhhttp://www.w3.org/2001/XMLSchema#
n8http://dbkwik.webdatacommons.org/resource/0XirdsH8lZmPMLdG-NYX9Q==
n3http://dbkwik.webdatacommons.org/resource/m5268hoCy0FopVdhvAYd7w==
n17http://dbkwik.webdatacommons.org/resource/lWD-0HAFIzgPWjaqBR5dNQ==
Subject Item
n2:
rdfs:label
Sqrt
rdfs:comment
function sqrt (float fValue) * Maths operation: square root of fValue * Returns zero if fValue <0 * Return type: float * Include file: nwscriptdefn The sqrt() NWScript command returns the square root of a float. That is, if the number returned is multiplied by itself, the product is the number that was passed to the command. Negative numbers do not have square roots, and this command returns zero if asked to find one. Finds the square root of argument 0 how to maths?
dcterms:subject
n11: n16: n18:
n6:wikiPageUsesTemplate
n7: n8: n12:
n9:
float
n3:
sqrt
n15:
float fValue
n17:
The number to take the square root of.
n13:wikiPageUsesTemplate
n14:
n5:abstract
Finds the square root of argument 0 how to maths? The sqrt() NWScript command returns the square root of a float. That is, if the number returned is multiplied by itself, the product is the number that was passed to the command. Negative numbers do not have square roots, and this command returns zero if asked to find one. function sqrt (float fValue) * Maths operation: square root of fValue * Returns zero if fValue <0 * Return type: float * Include file: nwscriptdefn