From b38c599cf9b7b96db7d801746abca7702decfbe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B3=BD=E6=9E=97?= <2817441550@qq.com> Date: Thu, 6 Aug 2020 20:52:13 +0800 Subject: [PATCH] =?UTF-8?q?e^x=E7=9A=84java=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 index.java diff --git a/index.java b/index.java new file mode 100644 index 0000000..d5c26ba --- /dev/null +++ b/index.java @@ -0,0 +1,7 @@ +public class index { + public index() { + } + public static double index1(int x){ + return Math.exp(x); + } +}