mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Rename float functions and vars
This commit is contained in:
parent
de7fe31289
commit
9068c2414e
21 changed files with 242 additions and 242 deletions
|
@ -561,7 +561,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
NumCos => todo!("{:?}", self.lowlevel),
|
||||
NumSqrtUnchecked => todo!("{:?}", self.lowlevel),
|
||||
NumLogUnchecked => todo!("{:?}", self.lowlevel),
|
||||
NumToFloat => {
|
||||
NumToFrac => {
|
||||
self.load_args(backend);
|
||||
let ret_type = CodeGenNumType::from(self.ret_layout);
|
||||
let arg_type = CodeGenNumType::for_symbol(backend, self.arguments[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue