Changeset 1229 in Sophya for trunk/SophyaProg/Tests/arrt.cc
- Timestamp:
- Oct 12, 2000, 2:01:39 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/arrt.cc
r1114 r1229 213 213 cout << " ------ TArray<r_4> fa2=fa*2*Pi = \n" << fa2 << endl; 214 214 // Compute sin(fa2) cos(fa2) 215 cout << " ------ sin(fa2=fa*2*Pi) = \n" << sin(fa2) << endl;216 cout << " ------ cos(fa2=fa*2*Pi) = \n" << cos(fa2) << endl;215 cout << " ------ sin(fa2=fa*2*Pi) = \n" << Sin(fa2) << endl; 216 cout << " ------ cos(fa2=fa*2*Pi) = \n" << Cos(fa2) << endl; 217 217 218 218 if (tio) tstioarr(ia, ib, ic);
Note:
See TracChangeset
for help on using the changeset viewer.