mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-26 14:32:12 +00:00
5 lines
95 B
Plaintext
5 lines
95 B
Plaintext
|
namespace math {
|
||
|
long add_one(long val);
|
||
|
double powf(double base, double exponent);
|
||
|
};
|