mirror of
https://github.com/Cian-H/fastmath.git
synced 2025-12-22 14:12:01 +00:00
10 lines
171 B
JSON
10 lines
171 B
JSON
{
|
|
"pow2_fast": 2.0,
|
|
"exp_fast": 2.0,
|
|
"cos_fast": 1.0,
|
|
"cos_lk": 1.0,
|
|
"sin_fast": 1.0,
|
|
"sin_lk": 1.0,
|
|
"tan_fast": 1.0,
|
|
"sigmoid_fast": 1.0
|
|
} |