export function float(str: string): number { return parseFloat(str); }