UNPKG

@abaplint/runtime

Version:
7 lines (6 loc) 263 B
import { DecFloat34, Float } from "../types"; import { ICharacter } from "../types/_character"; import { INumeric } from "../types/_numeric"; export declare function frac(input: { val: number | string | ICharacter | INumeric; }): number | Float | DecFloat34;