pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2016-05-01
2016-05-01 11:26:33 by Martin Nilsson <nilsson@fastmail.com>
bc5786de946a63390c162a0aae2458783ca629b7 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
8.1
Auto bignum is always true
2852:
*! @member int "float_size" *! The number of bits in the native floating point type. *! Usually @expr{32@} or @expr{64@}.
-
*! @member int(
0
..1) "auto_bignum"
-
*!
Present
if integers
larger than the native size are
automatically
-
*! converted into bignums.
+
*! @member int(
1
..1) "auto_bignum"
+
*!
Integers
larger than the native size are
now always
+
*!
automatically
converted into bignums.
*! @endmapping */ PIKEFUN mapping(string:int|string) get_runtime_info()