Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/betaveros/noulith
/ functions
Functions
526 in github.com/betaveros/noulith
⨍
Functions
526
◇
Types & classes
138
↓ 1 callers
Function
parse_einsum
(input: &str)
src/ein.rs:101
↓ 1 callers
Function
parse_format_string
( s: &str, outer_token: &LocToken, )
src/core.rs:2954
↓ 1 callers
Function
parse_rational_exactly
(s: &str)
src/decimal.rs:59
↓ 1 callers
Method
partial_cmp
(&self, other: &Self)
src/core.rs:1188
↓ 1 callers
Method
peek_err
(&self)
src/core.rs:3188
↓ 1 callers
Function
plusplus_concatenate
(a: Obj, b: Obj)
src/lib.rs:2513
↓ 1 callers
Method
pow
(&self, e: u32)
src/nnum.rs:350
↓ 1 callers
Function
pow_big_ints
(a: &NInt, b: &NInt)
src/nnum.rs:149
↓ 1 callers
Method
pow_maybe_recip
(&self, other: &Self)
src/nint.rs:345
↓ 1 callers
Method
pow_num
(&self, other: &NNum)
src/nnum.rs:359
↓ 1 callers
Function
powif_pdnum
(a: f64, b: &NInt)
src/nnum.rs:138
↓ 1 callers
Function
prompt
(input: &mut String)
src/main.rs:14
↓ 1 callers
Method
pythonic_slice
(&self, lo: Option<isize>, hi: Option<isize>)
src/streams.rs:42
↓ 1 callers
Function
rc_freeze
(env: &mut FreezeEnv, expr: &Rc<LocExpr>)
src/core.rs:2438
↓ 1 callers
Method
repr
(&self)
src/nnum.rs:203
↓ 1 callers
Method
reversed
(&self)
src/streams.rs:71
↓ 1 callers
Function
run_code
( code: &str, args: Vec<String>, invoke_wrapper: Option<&'static str>, filename: String, o
src/main.rs:68
↓ 1 callers
Method
signum
(&self)
src/nint.rs:358
↓ 1 callers
Function
slice_seq
(xr: Seq, lo: Option<Obj>, hi: Option<Obj>)
src/eval.rs:1693
↓ 1 callers
Method
sqrt
(&self)
src/nint.rs:374
↓ 1 callers
Function
string_match
(a: &Obj, b: &Obj)
src/lib.rs:3262
↓ 1 callers
Function
take_while
weird lil guy that doesn't fit
src/lib.rs:2849
↓ 1 callers
Function
to_archetypes
(lvalue: &Lvalue)
src/core.rs:2110
↓ 1 callers
Method
to_complex_or_inf
(&self)
src/nnum.rs:305
↓ 1 callers
Method
to_u64
(&self)
src/nnum.rs:449
↓ 1 callers
Method
total_eq
(&self, other: &Self)
src/nnum.rs:677
↓ 1 callers
Function
total_eq_of_key_seqs
These will panic if called on things with unhashable things inside!!
src/core.rs:969
↓ 1 callers
Function
total_hash_of_key
(a: &Obj, state: &mut H)
src/core.rs:999
↓ 1 callers
Method
try_remove_index
(&mut self, index: &Obj)
src/core.rs:494
↓ 1 callers
Method
try_remove_slice
(&mut self, lo: Option<&Obj>, hi: Option<&Obj>)
src/core.rs:508
↓ 1 callers
Function
warn
(env: &Rc<RefCell<Env>>, expr: &LocExpr)
src/lib.rs:2531
↓ 1 callers
Function
write_bytes
( s: &[u8], formatter: &mut dyn fmt::Write, flags: &mut MyFmtFlags, )
src/core.rs:1382
↓ 1 callers
Function
write_string
( s: &str, formatter: &mut dyn fmt::Write, flags: &mut MyFmtFlags, )
src/core.rs:1300
Method
abs
(&self)
src/nnum.rs:217
Method
add_assign
(&mut self, other: &NInt)
src/nint.rs:438
Method
add_assign
(&mut self, other: &NNum)
src/nnum.rs:952
Method
argument_error
(s: String)
src/core.rs:1727
Method
argument_error_1
(x: &Obj)
src/core.rs:1810
Method
argument_error_2
(x: &Obj, y: &Obj)
src/core.rs:1825
Method
argument_error_args
(x: &[Obj])
src/core.rs:1770
Method
argument_error_few
(x: &Few<Obj>)
src/core.rs:1776
Method
argument_error_few2
(x: &Few2<Obj>)
src/core.rs:1786
Method
argument_error_few3
(x: &Few3<Obj>)
src/core.rs:1797
Method
argument_error_first
(x: &Obj)
src/core.rs:1813
Method
argument_error_second
(x: &Obj)
src/core.rs:1819
Method
assert_error
(s: String)
src/core.rs:1766
Function
backrefs
()
tests/test.rs:734
Function
bases
()
tests/test.rs:662
Function
basic_hofs
()
tests/test.rs:541
Function
big_operators
()
tests/test.rs:37
Function
bitwise
()
tests/test.rs:155
Function
breaking
()
tests/test.rs:772
Method
budgeted_repr
(budget: usize)
src/core.rs:1249
Method
catamorphism
(&self)
src/core.rs:2155
Function
comparisons
()
tests/test.rs:410
Method
complete
( &self, line: &str, pos: usize, _ctx: &rustyline::Context<'_>, )
src/cli.rs:128
Method
debug
(t: &'a Obj)
src/core.rs:1422
Method
default
()
src/core.rs:1155
Function
demos
()
tests/test.rs:15
Method
destructure
even if lhs has literals, return them verbatim anyway
src/core.rs:2160
Method
dict
(m: HashMap<ObjKey, Obj>, def: Option<Obj>)
src/core.rs:1139
Function
dict_hofs
()
tests/test.rs:571
Function
dicts
()
tests/test.rs:332
Function
display
(e, pkey)
worker.js:11
Method
display
(&self)
src/cli.rs:117
Method
div
(self, other: &NNum)
src/nnum.rs:890
Method
div_assign
(&mut self, other: u32)
src/nint.rs:456
Method
div_floor
(&self, other: &NNum)
src/nnum.rs:858
Function
dumb_complex_div_floor
(a: Complex64, b: Complex64)
src/nnum.rs:851
Function
dumb_rational_div_floor
(a: &BigRational, b: &BigRational)
src/nnum.rs:847
Method
empty
???
src/core.rs:4732
Method
empty_error
(s: String)
src/core.rs:1736
Method
eof
(msg: String)
src/core.rs:2222
Method
eq
(&self, other: &Self)
src/nint.rs:265
Method
eq
(&self, other: &Self)
src/nnum.rs:524
Method
eq
(&self, other: &Self)
src/core.rs:559
Function
evil_operators
()
tests/test.rs:113
Method
expr
(msg: String, start: CodeLoc, end: CodeLoc)
src/core.rs:2219
Method
factorial
(&self)
src/nint.rs:413
Method
factorial
(&self)
src/nnum.rs:386
Function
fast_append_pop
()
tests/test.rs:390
Function
filtered
(env: &REnv, f: Func, v: Vec<T>, neg: bool)
src/lib.rs:2664
Method
finish
(&mut self)
src/lib.rs:618
Method
fmt
(&self, formatter: &mut fmt::Formatter)
src/eval.rs:20
Method
fmt
(&self, formatter: &mut fmt::Formatter)
src/few.rs:28
Method
fmt
(&self, fmt: &mut std::fmt::Formatter<'_>)
src/lib.rs:286
Method
fmt
(&self, formatter: &mut fmt::Formatter)
src/streams.rs:20
Method
fmt
(&self, formatter: &mut fmt::Formatter)
src/core.rs:450
Function
folds
()
tests/test.rs:605
Function
for_loops
()
tests/test.rs:483
Method
force
(&self)
src/streams.rs:34
Method
force
(&self)
src/core.rs:171
Function
fractions
()
tests/test.rs:148
Method
from
(x: BigInt)
src/nint.rs:32
Method
from
(x: NInt)
src/nnum.rs:59
Method
from
(n: NNum)
src/core.rs:860
Function
function_stuff
()
tests/test.rs:533
Method
gcd
(&self, other: &NNum)
src/nnum.rs:1078
Method
give
(&mut self, arg: Obj)
src/lib.rs:609
Method
give
(&mut self, arg: Obj)
src/core.rs:2177
← previous
next →
301–400 of 526, ranked by callers