mirror of
https://github.com/rm-dr/daisy
synced 2025-07-05 10:09:33 -07:00
Fixed trig functions
This commit is contained in:
@ -60,6 +60,9 @@ impl ScalarBase for F64Base {
|
||||
foward!(sin);
|
||||
foward!(cos);
|
||||
foward!(tan);
|
||||
foward!(csc);
|
||||
foward!(sec);
|
||||
foward!(cot);
|
||||
foward!(asin);
|
||||
foward!(acos);
|
||||
foward!(atan);
|
||||
@ -67,6 +70,9 @@ impl ScalarBase for F64Base {
|
||||
foward!(sinh);
|
||||
foward!(cosh);
|
||||
foward!(tanh);
|
||||
foward!(csch);
|
||||
foward!(sech);
|
||||
foward!(coth);
|
||||
foward!(asinh);
|
||||
foward!(acosh);
|
||||
foward!(atanh);
|
||||
|
Reference in New Issue
Block a user