Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
|||
( ( compose
|
||||
= f g
|
||||
. !arg:(?f.?g)&'(.($f)$(($g)$!arg))
|
||||
)
|
||||
& compose
|
||||
$ ( (=.flt$(!arg,2))
|
||||
. compose$((=.!arg*5/9).(=.!arg+-32))
|
||||
)
|
||||
: (=?FahrenheitToCelsius)
|
||||
& ( FahrenheitToCelsiusExample
|
||||
= deg
|
||||
. chu$(x2d$b0):?deg
|
||||
& out
|
||||
$ ( str
|
||||
$ (!arg " " !deg "F in " !deg "C = " FahrenheitToCelsius$!arg)
|
||||
)
|
||||
)
|
||||
& FahrenheitToCelsiusExample$0
|
||||
& FahrenheitToCelsiusExample$100
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue