MCPcopy Index your code
hub / github.com/endbasic/endbasic / get_double

Method get_double

core/src/callable.rs:973–975  ·  view source on GitHub ↗

Gets the double value of the argument at `arg`.

(&self, arg: u8)

Source from the content-addressed store, hash-verified

971
972 /// Gets the double value of the argument at `arg`.
973 pub fn get_double(&self, arg: u8) -> f64 {
974 f64::from_bits(self.regs[self.fp + self.arg_offset + (arg as usize)])
975 }
976
977 /// Gets the integer value of the argument at `arg`.
978 pub fn get_integer(&self, arg: u8) -> i32 {

Callers 9

execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
get_angleFunction · 0.80
execMethod · 0.80
async_execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
async_execMethod · 0.80

Calls

no outgoing calls

Tested by 3

execMethod · 0.64
execMethod · 0.64
execMethod · 0.64