Skip to content

Commit 681fb21

Browse files
authored
Merge pull request #431 from boriel/docs
Update FSIN listing
2 parents 37e421c + e5bcfda commit 681fb21

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/library/fsin.bas.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ while num<0
3737
num=num+360
3838
end while
3939
40-
IF num>180 then quad=-1
40+
IF num>180 then
41+
quad=-1
4142
num=num-180
42-
ELSE quad=1
43+
ELSE
44+
quad=1
4345
END IF
4446
4547
IF num>90 then num=180-num

0 commit comments

Comments
 (0)