mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 03:36:34 +02:00
Fix links
This commit is contained in:
parent
74b166e411
commit
226d4c8c65
1 changed files with 14 additions and 14 deletions
|
@ -10,24 +10,24 @@ See the [SRFI document](http://srfi.schemers.org/srfi-143/srfi-143.html) for mor
|
||||||
[`fx-least`](#fx-least)
|
[`fx-least`](#fx-least)
|
||||||
|
|
||||||
## Predicates
|
## Predicates
|
||||||
[`fixnum?`](#fixnum?)
|
[`fixnum`](#fixnum?)
|
||||||
[`fx=?`](#fx=?)
|
[`fx`](#fx=?)
|
||||||
[`fx<?`](#fx<?)
|
[`fx-1`](#fx<?)
|
||||||
[`fx>?`](#fx>?)
|
[`fx-2`](#fx>?)
|
||||||
[`fx<=?`](#fx<=?)
|
[`fx-3`](#fx<=?)
|
||||||
[`fx>=?`](#fx>=?)
|
[`fx-4`fx>=?)
|
||||||
[`fxzero?`](#fxzero?)
|
[`fxzero`](#fxzero?)
|
||||||
[`fxpositive?`](#fxpositive?)
|
[`fxpositive`](#fxpositive?)
|
||||||
[`fxnegative?`](#fxnegative?)
|
[`fxnegative`](#fxnegative?)
|
||||||
[`fxodd?`](#fxodd?)
|
[`fxodd`](#fxodd?)
|
||||||
[`fxeven?`](#fxeven?)
|
[`fxeven`](#fxeven?)
|
||||||
[`fxmax`](#fxmax)
|
[`fxmax`](#fxmax)
|
||||||
[`fxmin`](#fxmin)
|
[`fxmin`](#fxmin)
|
||||||
|
|
||||||
## Basic arithmetic
|
## Basic arithmetic
|
||||||
[`fx+`](#fx+)
|
[`fx-5`](#fx+)
|
||||||
[`fx-`](#fx-)
|
[`fx-`](#fx-)
|
||||||
[`fx*`](#fx*)
|
[`fx-6`](#fx*)
|
||||||
[`fxneg`](#fxneg)
|
[`fxneg`](#fxneg)
|
||||||
[`fxquotient`](#fxquotient)
|
[`fxquotient`](#fxquotient)
|
||||||
[`fxremainder`](#fxremainder)
|
[`fxremainder`](#fxremainder)
|
||||||
|
@ -46,7 +46,7 @@ See the [SRFI document](http://srfi.schemers.org/srfi-143/srfi-143.html) for mor
|
||||||
[`fxbit-count`](#fxbit-count)
|
[`fxbit-count`](#fxbit-count)
|
||||||
[`fxlength`](#fxlength)
|
[`fxlength`](#fxlength)
|
||||||
[`fxif`](#fxif)
|
[`fxif`](#fxif)
|
||||||
[`fxbit-set?`](#fxbit-set?)
|
[`fxbit-set`](#fxbit-set?)
|
||||||
[`fxcopy-bit`](#fxcopy-bit)
|
[`fxcopy-bit`](#fxcopy-bit)
|
||||||
[`fxfirst-set-bit`](#fxfirst-set-bit)
|
[`fxfirst-set-bit`](#fxfirst-set-bit)
|
||||||
[`fxbit-field`](#fxbit-field)
|
[`fxbit-field`](#fxbit-field)
|
||||||
|
|
Loading…
Add table
Reference in a new issue