Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <87zfp6bst1.fsf@nosuchdomain.example.com>
Deutsch   English   Français   Italiano  
<87zfp6bst1.fsf@nosuchdomain.example.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups: comp.arch
Subject: Re: COBOL, Article on new mainframe use
Date: Tue, 20 Aug 2024 17:52:58 -0700
Organization: None to speak of
Lines: 13
Message-ID: <87zfp6bst1.fsf@nosuchdomain.example.com>
References: <v9t3ih$2e8ee$1@dont-email.me>
	<memo.20240818192128.19028F@jgd.cix.co.uk>
	<v9u5eo$2ivte$3@dont-email.me> <v9uebs$8u3$1@gal.iecc.com>
	<TX2xO.60952$D6Ha.50816@fx37.iad> <va38p5$3i3ne$10@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 21 Aug 2024 02:52:59 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="7a2cb821a5a9c1554a17483648fb73a0";
	logging-data="3757760"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+za7rP+JdW1AZSve8uu3PQ"
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:sk7pb5gS0jg7zz71of+UcF5IxkY=
	sha1:stGU2N6dSYXo8XX1d6bhCPwzp/g=
Bytes: 1510

Lawrence D'Oliveiro <ldo@nz.invalid> writes:
> On Tue, 20 Aug 2024 11:51:14 -0400, EricP wrote:
[...]
>>    x^17 = ((((x^2)^2)^2)^2)*x
>> 
>
> I’d really like to see how you’d write that in COBOL ...

        COMPUTE X17 = ((((X**2)**2)**2)**2)*X

-- 
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */