1. What is ">>>"

------=_NextPart_000_0005_01C0AD58.67E8A100
	charset="iso-8859-2"

Hi,

I'm translating some Javascript to Euphoria
does anybody here know what is=20
a >>> b

I know that a >> b =3D a * power(2,b), but what is >>> ?!
Perhaps a * power(3,b) ?!

Regards,
Martin Stachon


------=_NextPart_000_0005_01C0AD58.67E8A100
	charset="iso-8859-2"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-2" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
Euphoria</FONT></DIV>
<DIV><FONT face=3D"Arial CE" size=3D2>does anybody here know what is =
</FONT></DIV>
<DIV><FONT face=3D"Arial CE" size=3D2>a &gt;&gt;&gt; b</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3D"Arial CE" size=3D2>I know that a &gt;&gt; b&nbsp;=3D =
a *=20
power(2,b), but what is &gt;&gt;&gt; ?!</FONT></DIV>
<DIV><FONT face=3D"Arial CE" size=3D2>Perhaps a * power(3,b) =
?!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3D"Arial CE" size=3D2>Regards,</FONT></DIV>
<DIV><FONT face=3D"Arial CE" size=3D2>Martin Stachon</FONT></DIV>
<DIV>&nbsp;</DIV>
------=_NextPart_000_0005_01C0AD58.67E8A100--

new topic     » topic index » view message » categorize

2. Re: What is ">>>"

Martin wrote:

> I'm translating some Javascript to Euphoria
> does anybody here know what is
> a >>> b

No, but I can look it up. blink

Zero-fill right shift
---------------------
Shifts the first operand in binary representation the number of bits to the
right specified in the second operand, discarding bits shifted off, and
shifting in zeros from the left.

-- David Cuny

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu