Artifact db6f1a63d4a5fe7427906bbfffd6069de6e4beca0c321ae5c8863dae22dffb9f:
- File src/example02.red — part of check-in [5ce5316a33] at 2021-03-01 07:23:02 on branch trunk — Scripts by Dieter (Olli) Egger (November 30th 2019) (user: jeff@gridfinity.com, size: 158) [annotate] [blame] [check-ins using] [more...]
u:=(x+y+z)^3; on factor; u; df(x^x,x); int(ws,x); sin(pi/4); sin(x)^2+cos(x)^2; trigsimp ws; v:=sqrt(pi); on rounded; v; precision(24); v; off rounded; end;