Author Topic: To get a neg number  (Read 3715 times)

0 Members and 1 Guest are viewing this topic.

ronjonp

  • Needs a day job
  • Posts: 7529
Re: To get a neg number
« Reply #15 on: April 13, 2009, 03:23:51 PM »

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: To get a neg number
« Reply #16 on: April 13, 2009, 03:25:55 PM »
Anyone want a guarantee?

Code: [Select]
(-(abs num)) :evil:
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

David Bethel

  • Swamp Rat
  • Posts: 656
Re: To get a neg number
« Reply #17 on: April 13, 2009, 04:31:45 PM »
Or:

Code: [Select]
(min n (- n))
R12 Dos - A2K

Daniel J. Ellis

  • Swamp Rat
  • Posts: 811
Re: To get a neg number
« Reply #18 on: April 14, 2009, 03:32:43 AM »
Yeah, the more you know, the more you know you don't know......  :ugly:

Funilly enough, I remember Donald Rumsfeld being mocked for making the same point:

Quote
There are known knowns. These are things we know that we know. There are known unknowns. That is to say, there are things that we know we don't know. But there are also unknown unknowns. There are things we don't know we don't know.
Donald Rumsfeld
===
dJE