Skip to content

Commit aa85a20

Browse files
einarsigithub-actions[bot]
authored andcommitted
Autogenerated from Septic repository
1 parent 41037d8 commit aa85a20

2 files changed

Lines changed: 24 additions & 5 deletions

File tree

public/latest/calcs.yaml

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,30 @@
207207
quality: quality(x)
208208
retr: Smallest integer larger than input
209209
signature: ceil(x)
210-
- detailedDescription: Returns bit in a binary signal of either 32 or 64 bit.
210+
- detailedDescription: Returns the value of bit i in a binary signal of either 32
211+
or 64 bit.
211212
name: checkbinint
212-
parameters: []
213-
quality: GOOD if all inputs are good
214-
retr: bit in a binary signal of either 32 or 64 bit
213+
parameters:
214+
- arity: '1'
215+
datatype:
216+
- int
217+
description: Decimal number to be converted to binary number
218+
direction: in
219+
name: n
220+
- arity: '1'
221+
datatype:
222+
- int
223+
description: Index of bit to be returned/checked
224+
direction: in
225+
name: i
226+
- arity: '1'
227+
datatype:
228+
- bool
229+
description: 'Type of signal: 0 for 32 bit, 1 for 64 bit'
230+
direction: in
231+
name: k
232+
quality: GOOD if all inputs are GOOD
233+
retr: Bit value (0 or 1) at position i in the binary representation of n
215234
signature: checkbinint(n, i, k)
216235
- detailedDescription: Clamps the value x to the range [lo, hi].If lo>hi, returns
217236
x with quality bad.

public/latest/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
commit: ab9f745
1+
commit: 3fb1530
22
version: latest

0 commit comments

Comments
 (0)