Creaing Your Own Functions

[Solved] Creaing Your Own Functions | Solidity - Code Explorer | yomemimo.com
Question : Creaing your own functions

Answered by : md-murad-hossain

import numpy as np
def f(x): return x**3 - np.log(x)
print(f(3))
print(f(5.1))

Source : https://kitchingroup.cheme.cmu.edu/pycse/pycse.html | Last Update : Thu, 30 Jun 22

Answers related to creaing your own functions

Code Explorer Popular Question For Solidity