Family Day update
This commit is contained in:
parent
aac6731f2c
commit
9ad63ea473
2442 changed files with 39761 additions and 8255 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