@abaplint/runtime
Version:
Transpiler - Runtime
5 lines (4 loc) • 306 B
TypeScript
import { Float, Integer8 } from "../types";
import { ICharacter } from "../types/_character";
import { INumeric } from "../types/_numeric";
export declare function power(left: INumeric | ICharacter | Integer8 | string | number, right: INumeric | ICharacter | Integer8 | string | number): Integer8 | Float;