lenfromkits
- 106
- 0
I have a situation where I have two formulas that relate together but do not really transition from one to the other and I'm not sure how to properly write this as a single formula.
I have these two cases:
when \ b<100: a=b*4
when \ b>=100: a=\frac{b}{4}
I just need a nicer more professional way of writing that as one formula.
Thanks.
I have these two cases:
when \ b<100: a=b*4
when \ b>=100: a=\frac{b}{4}
I just need a nicer more professional way of writing that as one formula.
Thanks.