R5RS, R6RS: Returns z1 raised to the power of z2.
R6RS defines these boundary cases:
(expt 0.0 0.0) => 1.0 (expt 0.0 z2) => 0.0 if (real-part z2) is positive => unspecified otherwise
See also log.
Home WhatIsSchemeCrossReference EditGuideline Discussion RSS
a b c d e f g h i j k l m n o p q r s t u v w x y z other
Concept:CaseSensitivity Concept:DocumentationFormat Concept:ExtendedLambdaList Concept:FileSystem Concept:FindAndAnyInCollection Concept:ForeignInterface Concept:HashTable Concept:Module Concept:Networking Concept:ObjectSystem Concept:Process Concept:RegularExpression Concept:UserGroup
Scheme Now!
ERR5RS
Schemers.org
Community-Scheme-Wiki
CSAN
Scheme Cookbook