Update outdated comments

This commit is contained in:
lording 2023-06-22 12:11:24 +00:00
parent 973625552a
commit b3a254fcfd
3 changed files with 7 additions and 7 deletions

View file

@ -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