< Rebol Programming
USAGE:
SQUARE-ROOT value
DESCRIPTION:
Returns the square root of a number.
SQUARE-ROOT is a native value.
ARGUMENTS
- value -- (Type: number)
SOURCE CODE
square-root: native[
"Returns the square root of a number."
value [number!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.