Linda,
You may want to define exactly what you mean by "explicitly" and what
you're trying to show/achieve.
Here is a tongue-in-cheek potential solution to your request:
pmt=: 13 : '({: * 1&{ (([: (% <:) (^~ >:)) * ]) 1200 %~ {.) y'
On Tue, Sep 11, 2018 at 2:21 PM Linda Alvord
wrote:
> Now can
Now can someone, not Ric, write his version explicitly.
PMT=: 13 :
Linda
Sent from my Verizon, Samsung Galaxy smartphone
Original message
From: Ric Sherlock
Date: 9/10/18 7:04 PM (GMT-05:00)
To: Programming JForum
Subject: Re: [Jprogramming] Tacit form: How to handle inter
Without @, but IMO this is a case where @ definitely improves readability!
pmt=: {: * 1&{ (([: (% <:) (^~ >:)) * ]) 1200 %~ {.
On Tue, Sep 11, 2018 at 7:06 AM Linda Alvord
wrote:
> What if I'm allergic to @ ?
>
> Linda
>
>
>
> Sent from my Verizon, Samsung Galaxy smartphone
>
>
> Orig
As in (dare I say it) …. @-choo ?… :-)
> On 11 Sep 2018, at 5:06 am, Linda Alvord wrote:
>
> What if I'm allergic to @ ?
>
> Linda
>
>
>
> Sent from my Verizon, Samsung Galaxy smartphone
>
--
For information about J
What if I'm allergic to @ ?
Linda
Sent from my Verizon, Samsung Galaxy smartphone
Original message
From: Ric Sherlock
Date: 9/10/18 2:11 AM (GMT-05:00)
To: Programming JForum
Subject: Re: [Jprogramming] Tacit form: How to handle intermediate
The following is a simple refa
Correcting some typos in the comments (marked with Similar result to Ric's, but maybe instructive, with line-by-line
development:-
Work with the monthly rate to start with, as suggested by Raul:
'r t b'=. rtb =. 5.75 240 12500%1200 1 1 NB. r as monthly rate
t^~1+r NB. (1+r)^t
3
Similar result to Ric's, but maybe instructive, with line-by-line
development:-
Work with the monthly rate to start with, as suggested by Raul:
'r t b'=. rtb =. 5.75 240 12500%1200 1 1 NB. r as monthly rate
t^~1+r NB. (1+r)^t
3.14953
t (^~>:) r NB. same
3.14953
(%<:)