pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2016-06-03
2016-06-03 16:19:21 by Per Hedbor <ph@opera.com>
854a97182db3a5d640a9a6e44369421d73b53158 (
11
lines) (+
11
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Mention ** operator in changes.
32:
typeof, when used like this, behaves very much like the C++ decltype() expression.
+
o ** operator added. It's exponentiation and works with most
+
combination of numerical types (int,float,Gmp.mpq,Gmp.mpf,Gmp.mpz)
+
+
`** and ``** operator overloading functions added.
+
+
This introduces one incompatible change: Previously the "pow"
+
function called a "_pow" function in the first argument if it was an
+
object. It has now been changed to also use `** (or, rather, pow()
+
is now implemented using ::`**()
+
o Random rewrite The random functions have been rewritten to ensure security by