pedropark99 / zig-book

An open, technical and introductory book for the Zig programming language
https://pedropark99.github.io/zig-book/
Other
590 stars 21 forks source link

Rename double function to twice. #77

Closed pedropark99 closed 3 weeks ago

pedropark99 commented 3 weeks ago

A feedback that I have received:

A C-background person would assume this to be a typecast to IEEE double float. Maybe call it ‘twice’ ?

This is related to comptime examples in Chapter 12.