MCPcopy Create free account
hub / github.com/DCurrent/openbor / math_pow

Function math_pow

engine/source/openborscript/math.c:295–375  ·  view source on GitHub ↗

* Caskey, Damon V. * 2026-06-08 * * *POW!* * * Get punched in the face by Batman. Also * raise one variant to the power of another. * * Integer operands with non-negative integer * exponents stay in integer space when the * result fits an integer carrier. Decimal * operands, negative exponents, and values * that exceed 64-bit integer range fall back * to decimal pow() behavior. * * Examples: * pow

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Tested by

no test coverage detected