Update outdated comments
This commit is contained in:
parent
973625552a
commit
b3a254fcfd
3 changed files with 7 additions and 7 deletions
|
|
@ -1,13 +1,13 @@
|
|||
//
|
||||
// Zig has builtins for mathematical operations such as...
|
||||
//
|
||||
// @sqrt @sin @cos
|
||||
// @exp @log @floor
|
||||
// @sqrt @sin @cos
|
||||
// @exp @log @floor
|
||||
//
|
||||
// ...and lots of type casting operations such as...
|
||||
//
|
||||
// @as @intToError @intToFloat
|
||||
// @intToPtr @ptrToInt @enumToInt
|
||||
// @as @errorFromInt @floatFromInt
|
||||
// @ptrFromInt @intFromPtr @intFromEnum
|
||||
//
|
||||
// Spending part of a rainy day skimming through the complete
|
||||
// list of builtins in the official Zig documentation wouldn't be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue