Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
9
Task/Map-range/BQN/map-range-1.bqn
Normal file
9
Task/Map-range/BQN/map-range-1.bqn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
_map_ ← {
|
||||
a1‿a2 _𝕣_ b1‿b2 s:
|
||||
b1 + ((s - a1) × b2 - b1) ÷ a2 - a1
|
||||
}
|
||||
|
||||
ZeroTen ← 0‿10 _map_ ¯1‿0
|
||||
|
||||
•Show ZeroTen 0.1
|
||||
•Show ZeroTen 8
|
||||
2
Task/Map-range/BQN/map-range-2.bqn
Normal file
2
Task/Map-range/BQN/map-range-2.bqn
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
¯0.99
|
||||
¯0.19999999999999996
|
||||
Loading…
Add table
Add a link
Reference in a new issue