Spaces:
Running
Running
File size: 225 Bytes
dc2106c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
from typing import List
__all__: List[str]
def sqrt(x): ...
def log(x): ...
def log10(x): ...
def logn(n, x): ...
def log2(x): ...
def power(x, p): ...
def arccos(x): ...
def arcsin(x): ...
def arctanh(x): ...
|