You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here we define objects that represent math functions and algorithms.
388
388
All objects in this Section belong to \ff{QQ.math} package.
389
389
390
-
The object \adeff{random} is a abstraction of a random \ff{float} between zero and one inclusively.
390
+
The object \deff{random} is a abstraction of a random \ff{float} between zero and one inclusively. It has an additional attribute \adeff{pseudo} that makes \ff{random} with a pseudorandom seed.
391
391
392
392
The object \deff{angle} is a decorator of \ff{float}. It assumes that the angle is in radians and has the following attributes for trigonometric functions:
393
393
\deff{sine}, \deff{cosine}, and \deff{tangent}. There are attributes \deff{as-degrees} and \deff{as-radians} for switching from radians to degrees and backwards.
0 commit comments