mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: fix typos (#19693)
This commit is contained in:
parent
ac40981bcc
commit
690ec7d3a5
43 changed files with 159 additions and 150 deletions
|
@ -334,7 +334,7 @@ fn converter(mut pn PrepNumber) u64 {
|
|||
*/
|
||||
|
||||
// C.printf(c"mantissa before rounding: %08x%08x%08x binexp: %d \n", s2,s1,s0,binexp)
|
||||
// s1 => 0xFFFFFFxx only F are rapresented
|
||||
// s1 => 0xFFFFFFxx only F are represented
|
||||
nbit := 7
|
||||
check_round_bit := u32(1) << u32(nbit)
|
||||
check_round_mask := u32(0xFFFFFFFF) << u32(nbit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue