Advertisement
Guest User

Untitled

a guest
Apr 15th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. const f2i_1 = float => float | 0;
  2. const f2i_2 = float => float << 0;
  3. const f2i_native = float => parseInt(float);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement