kawa.standard

Class expt

public class expt extends Procedure2

Implement the standard Scheme procedure "expt".
Field Summary
static exptexpt
Constructor Summary
expt(String name)
Method Summary
Objectapply2(Object arg1, Object arg2)
static IntNumexpt(IntNum x, int y)
static Numericexpt(Object arg1, Object arg2)

Field Detail

expt

public static final expt expt

Constructor Detail

expt

public expt(String name)

Method Detail

apply2

public Object apply2(Object arg1, Object arg2)

expt

public static IntNum expt(IntNum x, int y)

expt

public static Numeric expt(Object arg1, Object arg2)