MCPcopy Create free account
hub / github.com/PerroEngine/Perro / hash01f

Function hash01f

perro_source/core/perro_particle_math/src/lib.rs:374–377  ·  view source on GitHub ↗
(v: f32)

Source from the content-addressed store, hash-verified

372 loop {
373 self.skip_ws();
374 if self.eat(b'+') {
375 self.parse_term()?;
376 self.ops.push(Op::Add);
377 } else if self.eat(b'-') {
378 self.parse_term()?;
379 self.ops.push(Op::Sub);
380 } else {

Callers 1

eval_ops_particleFunction · 0.85

Calls 1

sinMethod · 0.80

Tested by

no test coverage detected