Advertisement
Guest User

Untitled

a guest
Aug 9th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LLVM 0.34 KB | None | 0 0
  1.         all [
  2.             safe
  3.             not float? s
  4.             any [
  5.                 all [
  6.                     positive? v
  7.                     2147483647 - v < s
  8.                 ]
  9.                 all [
  10.                     negative? v
  11.                     -2147483648 - v > s
  12.                 ]
  13.             ]
  14.             s: to float! s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement