Skip to content

Commit 2a1abdc

Browse files
author
SimonePDA
authored
Merge pull request #88 from qub1750ul/bit
Translated bit() - Grazie per aver fatto le correzioni.
2 parents d15b724 + f75ffc7 commit 2a1abdc

File tree

1 file changed

+9
-9
lines changed
  • Language/Functions/Bits and Bytes

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: bit()
33
categories: [ "Functions" ]
4-
subCategories: [ "Bits and Bytes" ]
4+
subCategories: [ "Bit e Byte" ]
55
---
66

77

@@ -16,23 +16,23 @@ subCategories: [ "Bits and Bytes" ]
1616
--
1717

1818
[float]
19-
=== Description
20-
Computes the value of the specified bit (bit 0 is 1, bit 1 is 2, bit 2 is 4, etc.).
19+
=== Descrizione
20+
Calcola il valore del bit specificato ( il bit 0 è 1, il bit 1 è 2, il bit 2 è 4, ecc... ).
2121
[%hardbreaks]
2222

2323

2424
[float]
25-
=== Syntax
25+
=== Sintassi
2626
`bit(n)`
2727

2828

2929
[float]
30-
=== Parameters
31-
`n`: the bit whose value to compute
30+
=== Parametri
31+
`n`: il bit di cui calcolare il valore
3232

3333
[float]
34-
=== Returns
35-
The value of the bit.
34+
=== Restituisce
35+
Il valore del bit.
3636

3737
--
38-
// OVERVIEW SECTION ENDS
38+
// OVERVIEW SECTION ENDS

0 commit comments

Comments
 (0)