mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.11.0t10
This commit is contained in:
@@ -12,14 +12,14 @@ TYPES
|
||||
DESCRIPTION
|
||||
This is analogous to the C operator sizeof for the value only.
|
||||
It attempts to assess the number of bytes in memory used to store
|
||||
a value and all of its components. Unlike memsize(x), this
|
||||
a value and all of its components. Unlike memsize(x), this
|
||||
builtin does not include the size of the overhead.
|
||||
|
||||
Unlike size(x), this builtin incldues the trailing \0 byte on the
|
||||
end of strings.
|
||||
|
||||
For numeric values, sizeof(x) ignores the demoninator if 'x' is
|
||||
an integer. For complex values, sizeof(x) ignores the imaginary
|
||||
an integer. For complex values, sizeof(x) ignores the imaginary
|
||||
part if 'x' is real. Because the 0, 1 and -1 numeric values are
|
||||
shared static values, sizeof(x) reports such values as having
|
||||
0 bytes of storage.
|
||||
|
Reference in New Issue
Block a user