UNPKG

@abaplint/runtime

Version:
7 lines (6 loc) 247 B
import { ICharacter } from "../types/_character"; import { INumeric } from "../types/_numeric"; export declare function ipow(input: { base: number | string | ICharacter | INumeric; exp: number | string | ICharacter | INumeric; }): string;