square -- r7rs Definition
§

Kind
§

procedure;

Implemented by
§

Procedure signature
§

Procedure variants:

Exports
§

Exports recursive
§

Description
§

(square z)

Returns the square of z. This is equivalent to (* z z).

(square 42)       ===>  1764
(square 2.0)      ===>  4.0

The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.

Referenced-types
§