pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-26
2002-11-26 16:55:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>
fe9d71688712ec387e2e7fa6b9a943c43a6dece7 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Documentation fix.
Rev: src/operators.c:1.165
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: operators.c,v 1.
164
2002/
10
/
15
15
:
29
:
13
grubba Exp $
+
|| $Id: operators.c,v 1.
165
2002/
11
/
26
16
:
55
:
55
grubba Exp $
*/ #include "global.h" #include <math.h>
-
RCSID("$Id: operators.c,v 1.
164
2002/
10
/
15
15
:
29
:
13
grubba Exp $");
+
RCSID("$Id: operators.c,v 1.
165
2002/
11
/
26
16
:
55
:
55
grubba Exp $");
#include "interpret.h" #include "svalue.h" #include "multiset.h"
2302:
*! In Pike 7.0 and earlier the multiplication order was unspecified. *! *! @seealso
-
*! @[`+()], @[`-()], [`/()], @[lfun::`*()], @[lfun::``*()]
+
*! @[`+()], @[`-()],
@
[`/()], @[lfun::`*()], @[lfun::``*()]
*/ PMOD_EXPORT void f_multiply(INT32 args) {