How to write this equation in JavaScript

后端 未结 0 542
一向
一向 2021-02-01 07:01

I need to create a function, which would check, if an input (x) fullfills following equation:

x = y^n mod m

therefore I used an if- statement

if (x          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题