Home
last modified time | relevance | path

Searched refs:_acos (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Drandom.py50 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin unknown
650 theta = (mu + _acos(f)) % TWOPI
652 theta = (mu - _acos(f)) % TWOPI