export function branch(val) {
return val * 100
}
export function horn(val) {
return (val / 100).toFixed(2)