Advertisement
BladeIII

Untitled

Dec 30th, 2020
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. x < 1 ?
  2. x < -2 ? f = 1 / (abs(x)) : f = x * x :
  3. x < 5 ? f = sqrt(x) : f = log(x);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement