Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Apr 5, 2023
1 parent 395c593 commit f7f46ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ auto end1 = lrc::fromData<float>({{10, 10}, {10, 10}});
auto start2 = lrc::fromData<float>({{0, 0}, {0, 0}});
auto end2 = lrc::fromData<float>({{100, 100}, {100, 100}});

fmt::print("{}\n", lrc::map(val, start1, end1, start2, end2));
// [[10 20]
// [30 40]]

fmt::print("{}\n", lrc::map(val, start1, end1, start2, end2));
// [[10 20]
// [30 40]]
Expand Down

0 comments on commit f7f46ad

Please sign in to comment.