Skip to content

Commit

Permalink
Remove detailed explanations of some fixed-point funcs
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvie <[email protected]>
  • Loading branch information
ISSOtm and Rangi42 authored Aug 8, 2024
1 parent 4d2dcb9 commit 923bb94
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions man/rgbasm.5
Original file line number Diff line number Diff line change
Expand Up @@ -404,20 +404,16 @@ The following functions are designed to operate with fixed-point numbers:
.It Fn MUL x y Ta Fixed-point multiplication
.It Fn FMOD x y Ta Fixed-point modulo
.It Fn POW x y Ta $x sup y$
.It Fn LOG x y Ta $log sub y ( x )$ (such that
.Ic LOG Ns ( Ic POW Ns ( x , y ) , y ) == x)
.It Fn LOG x y Ta Logarithm of $x$ to the base $y$
.It Fn ROUND x Ta Round $x$ to the nearest integer
.It Fn CEIL x Ta Round $x$ up to the nearest integer
.It Fn FLOOR x Ta Round $x$ down to the nearest integer
.It Fn SIN x Ta Sine of $x$
.It Fn COS x Ta Cosine of $x$
.It Fn TAN x Ta Tangent of $x$
.It Fn ASIN x Ta Inverse sine of $x$ (such that
.Ic ASIN Ns ( Ic SIN Ns ( x ) ) == x)
.It Fn ACOS x Ta Inverse cosine of $x$ (such that
.Ic ACOS Ns ( Ic COS Ns ( x ) ) == x)
.It Fn ATAN x Ta Inverse tangent of $x$ (such that
.Ic ATAN Ns ( Ic TAN Ns ( x ) ) == x)
.It Fn ASIN x Ta Inverse sine of $x$
.It Fn ACOS x Ta Inverse cosine of $x$
.It Fn ATAN x Ta Inverse tangent of $x$
.It Fn ATAN2 y x Ta Angle between $( x , y )$ and $( 1 , 0 )$
.El
.EQ
Expand Down

0 comments on commit 923bb94

Please sign in to comment.