Meta Project

The Unofficial Meta Documentation

SQUARE-ROOT

Summary

SQUARE-ROOT The mathematical squareroot function

Category

MATH

Usage

SQUARE-ROOT value

Arguments

value - numeric value

Refinements

This method has no refinements

Description

SQUARE-ROOT Meta supports the mathematical squareroot function

Example Code

It is a squareroot

s: SQUARE-ROOT 2

result

1.41421356237309515

(What else?)

Related

ADD  
SUBTRACT  
POWER  
MULTIPLY  
DIVIDE  
REMAINDER  
MODULO  

Back to the Meta Methods Reference index