CUBION (composition de bions) · Celsius → Kelvin (×1 +273) via uncraft · xerb: 273 add · [27]→300
Updated 2026-06-22 17:09:17 +00:00
CUBION (composition de bions) · -|a| · xerb: abs neg · [-5]→-5
Updated 2026-06-22 17:09:16 +00:00
CUBION (composition de bions) · a³ + 1 · xerb: cube inc · [3]→28
Updated 2026-06-22 17:09:15 +00:00
CUBION (composition de bions) · 2a + 1 · xerb: double inc · [5]→11
Updated 2026-06-22 17:09:14 +00:00
CUBION (composition de bions) · a × 8 · xerb: double double double · [3]→24
Updated 2026-06-22 17:09:13 +00:00
CUBION (composition de bions) · a × 4 · xerb: double double · [3]→12
Updated 2026-06-22 17:09:12 +00:00
CUBION (composition de bions) · 1 si n est une puissance de 2 · xerb: dup dec and not · [8]→1
Updated 2026-06-22 17:09:12 +00:00
CUBION (composition de bions) · a² + b² (distance au carré) · xerb: square swap square add · [3,4]→25
Updated 2026-06-22 17:09:11 +00:00
CUBION (composition de bions) · min(a,b) · xerb: 2dup lt rot rot ifel · [9,4]→4
Updated 2026-06-22 17:09:10 +00:00
CUBION (composition de bions) · max(a,b) — sans le bion natif · xerb: 2dup gte rot rot ifel · [9,4]→9
Updated 2026-06-22 17:09:09 +00:00
BION WASM f64 · partie fractionnaire · 1 params · test [3.75]→0.75
Updated 2026-06-22 17:09:08 +00:00
BION WASM f64 · borne dans [0,1] · 1 params · test [2.5]→1
Updated 2026-06-22 17:09:07 +00:00
BION WASM f64 · signe (-1/+1) via copysign · 1 params · test [-5]→-1
Updated 2026-06-22 17:09:06 +00:00
BION WASM f64 · radians -> degrés · 1 params · test [3.141592653589793]→180
Updated 2026-06-22 17:09:06 +00:00
BION WASM f64 · degrés -> radians · 1 params · test [180]→3.141592653589793
Updated 2026-06-22 17:09:05 +00:00
BION WASM f64 · (a + b) / 2 · 2 params · test [3,5]→4
Updated 2026-06-22 17:09:04 +00:00
BION WASM f64 · a * a * a · 1 params · test [2]→8
Updated 2026-06-22 17:09:03 +00:00
BION WASM f64 · a * a · 1 params · test [2.5]→6.25
Updated 2026-06-22 17:09:03 +00:00
BION WASM f64 · magnitude de a, signe de b · 2 params · test [3,-1]→-3
Updated 2026-06-22 17:09:02 +00:00
BION WASM f64 · borne x dans [lo,hi] · 3 params · test [5,0,3]→3
Updated 2026-06-22 17:09:01 +00:00