Remy José Cano Ramírez on Sat, 29 Dec 2012 20:05:41 +0100
[
Date Prev
] [
Date Next
] [
Thread Prev
] [
Thread Next
] [
Date Index
] [
Thread Index
]
Square of an unsigned integer without products.
To
:
pari-users@pari.math.u-bordeaux1.fr
,
pari-dev@pari.math.u-bordeaux1.fr
,
remy@ula.ve
Subject
: Square of an unsigned integer without products.
From
: Remy José Cano Ramírez <
aallggoorriitthhmmuuss@gmail.com
>
Date
: Sat, 29 Dec 2012 19:05:33 +0000
Greetings,
About the following:
----------------------------------------------------------------------------------------
/*
Please review and comment if at certain low level the computers today already
make such calculations with the method shown below.
*/
uisqr
(
x
)
=
{
my
(
i
,
j
,
k
)
;
x
+
sum
(
i
=
1
,
2
,
sum
(
j
=
1
,
(
x
-
1
)
,
sum
(
k
=
(
j
+
1
)
,
x
,
1
)
)
)
}
;
----------------------------------------------------------------------------------------
(Also available at:
http://pastebin.com/qb7FHEzA
)
Regards,
Remy
Follow-Ups
:
Re: Square of an unsigned integer without products.
From:
Maximilian Hasler <mhasler@martinique.univ-ag.fr>
Prev by Date:
Re: Comparing bezoutres and polresultant
Next by Date:
Re: Square of an unsigned integer without products.
Previous by thread:
Re: A little fix that might be useful.
Next by thread:
Re: Square of an unsigned integer without products.
Index(es):
Date
Thread