2025-02-25 16:10:06 +13:00
|
|
|
@no_std
|
|
|
|
|
|
|
|
// Note that everything in the prelude is treated as exported.
|
|
|
|
|
2025-02-20 19:33:21 +13:00
|
|
|
export import * from "std::math"
|
|
|
|
|
|
|
|
export ZERO = 0
|
|
|
|
export QUARTER_TURN = 90deg
|
|
|
|
export HALF_TURN = 180deg
|
|
|
|
export THREE_QUARTER_TURN = 270deg
|