-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or requestlanguageRelating to language parser and compilerRelating to language parser and compiler
Description
Operations:
- integer types
-
clzcount leading zeroes -
ctzcount trailing zeroes -
popcntpopulation count -
rotlandrotrbitwise rotation
-
- floating-point types
-
absabsolute value -
ceilceiling -
floorfloor -
trunc -
nearest -
sqrt -
minminimum (two args) -
maxmaximum (two args) -
copysign(two args)
-
Syntax possibilities:
- Method:
foo.count_leading_zeroes() - Global:
count_leading_zeroes(foo)
Or maybe we should adopt a uniform function call syntax that makes the difference not matter?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlanguageRelating to language parser and compilerRelating to language parser and compiler