Author Topic: System constants  (Read 1035 times)

0 Members and 1 Guest are viewing this topic.

Brian Alvarez

  • Guest
System constants
« on: November 22, 2018, 03:02:15 PM »

 I seem to recall that there is a system constant like intmax or something, that would return the highest
integer number possible. Do i remember correctly? If so, where can i see what other constans are there?

 Thanks. :)

JRS

  • Guest
Re: System constants
« Reply #1 on: November 22, 2018, 04:08:57 PM »
Your best reference for O2 limits is in José Roca docs.

Charles Pegge

  • Guest
Re: System constants
« Reply #2 on: November 23, 2018, 09:09:24 PM »
There aren't any system constants in o2 to speak of (apart from pi)

cr and tab would be helpful for small programs.

sizeof(sys) could be useful in dual-platform code.

what constants would be useful to you, Brian?

Brian Alvarez

  • Guest
Re: System constants
« Reply #3 on: November 23, 2018, 10:54:23 PM »
 Dont worry about that Charles. I already managed to add all the system constants myself.
It was just that i am kind of sure i recall seeing a post of you talking about a constant that
does that. Oh well, maybe i read it somwhere else.