-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
proposalThis issue suggests modifications. If it also has the "accepted" label then it is planned.This issue suggests modifications. If it also has the "accepted" label then it is planned.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Description
degrees and radians
Converting to and from degrees and radians is a common math task so these two could be really handy.
isqrt
I know that math.sqrt can return an int sqrt but it's more clear if there's something that indicates it. And an int sqrt isn't "exactly" a sqrt. It's more like a floored sqrt.
fract
It returns the fractional part(e.g. .5 from 1.5).
This is really just for convenience. Not as significant as the other three.
Metadata
Metadata
Assignees
Labels
proposalThis issue suggests modifications. If it also has the "accepted" label then it is planned.This issue suggests modifications. If it also has the "accepted" label then it is planned.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.