sinus.pl (210B)
- # SPDX-FileCopyrightText: 1998-2021 Daniel Stenberg <daniel@haxx.se>
- #
- # SPDX-License-Identifier: curl
- my $pi = 3.1415;
- foreach my $i (1 .. 200) {
- printf "%d, ", sin($i/200 * 2 * $pi) * 500000 + 500000;
- }
sinus.pl (210B)
- # SPDX-FileCopyrightText: 1998-2021 Daniel Stenberg <daniel@haxx.se>
- #
- # SPDX-License-Identifier: curl
- my $pi = 3.1415;
- foreach my $i (1 .. 200) {
- printf "%d, ", sin($i/200 * 2 * $pi) * 500000 + 500000;
- }